Skip to content

Commit 55205b8

Browse files
Update alpine Docker tag to v3.21
1 parent aaf83d1 commit 55205b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/bar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN cd /src && \
88
go build -o example-app
99

1010
# Build the final image
11-
FROM alpine:3.18 as final
11+
FROM alpine:3.21 as final
1212

1313
# Install the cloudposse alpine repository
1414
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/

apps/foo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN cd /src && \
88
go build -o example-app
99

1010
# Build the final image
11-
FROM alpine:3.18 as final
11+
FROM alpine:3.21 as final
1212

1313
# Install the cloudposse alpine repository
1414
ADD https://apk.cloudposse.com/[email protected] /etc/apk/keys/

0 commit comments

Comments
 (0)