Skip to content

Commit

Permalink
Update Dockerfile (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 14, 2023
1 parent 2d7d3c4 commit a53dfb7
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

RUN apk add bash

Expand All @@ -11,4 +11,4 @@ RUN chmod +x /usr/local/bin/aws-region
ENTRYPOINT ["/bin/bash"]

COPY entrypoint.sh /usr/local/bin/entrypoint
CMD [ "-c", "entrypoint" ]
CMD [ "-c", "entrypoint" ]

0 comments on commit a53dfb7

Please sign in to comment.