Skip to content

Commit

Permalink
Merge pull request #3 from cloudbeds/emo/fix-docker-rate-limit
Browse files Browse the repository at this point in the history
fix: use public.ecr.aws/docker/library/alpine
  • Loading branch information
potyl authored Jan 15, 2024
2 parents c6a13df + 0d396c0 commit 66eb106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM public.ecr.aws/docker/library/alpine:3.15.0

RUN apk update && apk --no-cache add curl jq coreutils

Expand Down

0 comments on commit 66eb106

Please sign in to comment.