Skip to content

Commit 66eb106

Browse files
authored
Merge pull request #3 from cloudbeds/emo/fix-docker-rate-limit
fix: use public.ecr.aws/docker/library/alpine
2 parents c6a13df + 0d396c0 commit 66eb106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15.0
1+
FROM public.ecr.aws/docker/library/alpine:3.15.0
22

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

0 commit comments

Comments
 (0)