chore(deps): update alpine docker tag to v3.24

This commit is contained in:
2026-06-09 21:00:57 +00:00
parent e1b10f6020
commit e5c65b8fa0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ WORKDIR /app
RUN CGO_ENABLED=0 make build
FROM alpine:3.23
FROM alpine:3.24
RUN apk add --no-cache \
ca-certificates \
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.20.8
ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.24
ARG XX_VERSION=1.2.1
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx