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 aaf83d1 commit 55205b8Copy full SHA for 55205b8
apps/bar/Dockerfile
@@ -8,7 +8,7 @@ RUN cd /src && \
8
go build -o example-app
9
10
# Build the final image
11
-FROM alpine:3.18 as final
+FROM alpine:3.21 as final
12
13
# Install the cloudposse alpine repository
14
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/
apps/foo/Dockerfile
0 commit comments