Skip to content

Commit 83a40d1

Browse files
committed
Update Alpine to 3.17
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a56a888 commit 83a40d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
6161
# Ensure that the binary was cross-compiled correctly to the target platform.
6262
RUN xx-verify --static /source-controller
6363

64-
FROM alpine:3.16
64+
FROM alpine:3.17
6565

6666
ARG TARGETPLATFORM
6767
RUN apk --no-cache add ca-certificates \

0 commit comments

Comments
 (0)