Skip to content

Commit 9d28178

Browse files
authored
Use ECR alpine image (#14)
1 parent 36c7bb8 commit 9d28178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM public.ecr.aws/docker/library/alpine:3.17.3
22

33
# Install the cloudposse alpine repository
44
ADD https://apk.cloudposse.com/ops@cloudposse.com.rsa.pub /etc/apk/keys/
@@ -14,4 +14,4 @@ ENTRYPOINT ["/bin/bash"]
1414

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

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

0 commit comments

Comments
 (0)