Skip to content

Commit

Permalink
build: update Alpine to 3.19
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Dec 11, 2023
1 parent 021193e commit cc42323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
# Ensure that the binary was cross-compiled correctly to the target platform.
RUN xx-verify --static /image-automation-controller

FROM alpine:3.18
FROM alpine:3.19

ARG TARGETPLATFORM
RUN apk --no-cache add ca-certificates \
Expand Down

0 comments on commit cc42323

Please sign in to comment.