diff --git a/Dockerfile b/Dockerfile index 2965129..c902443 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.5.1 -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.23 AS base +FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.23 AS base ENV GO111MODULE=auto ENV CGO_ENABLED=0 @@ -44,7 +44,7 @@ RUN --mount=from=binary,target=/build \ FROM scratch AS artifact COPY --from=releaser /out / -FROM alpine:3.23.4 +FROM alpine:3.24.0 RUN apk add --update --no-cache ca-certificates tzdata && \ addgroup -g 1001 -S wait4x && \ adduser -S -s /bin/sh -G wait4x -u 10000 wait4x