Merge pull request #1023 from fluxcd/alpine-319

build: update Alpine to 3.19
This commit is contained in:
Hidde Beydals 2023-12-11 09:23:44 +01:00 committed by GitHub
commit 6e72247aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.20
ARG XX_VERSION=1.2.1
ARG XX_VERSION=1.3.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
@ -30,7 +30,7 @@ COPY internal/ internal/
ENV CGO_ENABLED=0
RUN xx-go build -trimpath -a -o kustomize-controller main.go
FROM alpine:3.18
FROM alpine:3.19
ARG TARGETPLATFORM