Skip to content

Commit c6a4045

Browse files
authored
Merge pull request #610 from fluxcd/alpine-319
build: update Alpine to 3.19
2 parents 021193e + 90f5bdf commit c6a4045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_VARIANT=alpine
22
ARG GO_VERSION=1.20
3-
ARG XX_VERSION=1.2.1
3+
ARG XX_VERSION=1.3.0
44

55
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
66

@@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
6060
# Ensure that the binary was cross-compiled correctly to the target platform.
6161
RUN xx-verify --static /image-automation-controller
6262

63-
FROM alpine:3.18
63+
FROM alpine:3.19
6464

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

0 commit comments

Comments
 (0)