Skip to content

Commit

Permalink
Merge pull request #610 from fluxcd/alpine-319
Browse files Browse the repository at this point in the history
build: update Alpine to 3.19
  • Loading branch information
hiddeco authored Dec 11, 2023
2 parents 021193e + 90f5bdf commit c6a4045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_VARIANT=alpine
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

Expand Down 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 c6a4045

Please sign in to comment.