Skip to content

Commit

Permalink
Use ECR alpine image (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 14, 2023
1 parent 36c7bb8 commit 9d28178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM public.ecr.aws/docker/library/alpine:3.17.3

# Install the cloudposse alpine repository
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
Expand All @@ -14,4 +14,4 @@ ENTRYPOINT ["/bin/bash"]

COPY entrypoint.sh /usr/local/bin/entrypoint

CMD [ "-c", "entrypoint" ]
CMD [ "-c", "entrypoint" ]

0 comments on commit 9d28178

Please sign in to comment.