We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c7bb8 commit 9d28178Copy full SHA for 9d28178
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.17
+FROM public.ecr.aws/docker/library/alpine:3.17.3
2
3
# Install the cloudposse alpine repository
4
ADD https://apk.cloudposse.com/ops@cloudposse.com.rsa.pub /etc/apk/keys/
@@ -14,4 +14,4 @@ ENTRYPOINT ["/bin/bash"]
14
15
COPY entrypoint.sh /usr/local/bin/entrypoint
16
17
-CMD [ "-c", "entrypoint" ]
+CMD [ "-c", "entrypoint" ]
0 commit comments