Skip to content

Commit

Permalink
fix: use public.ecr.aws/docker/library/alpine
Browse files Browse the repository at this point in the history
We're getting rate limited by docker.io when pulling the alpine docker
image.

We're changing it to a different registry that's less prone to rate
limiting.
  • Loading branch information
potyl committed Jan 15, 2024
1 parent c6a13df commit 0d396c0
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 0d396c0

Please sign in to comment.