From a9ada5afafdd11df01e7a3894ba714868d070c0a Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:50:31 -0400 Subject: [PATCH] Bump alpine default tag to 3.22, and debian distro to trixie --- .github/workflows/build-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 70275ab152..e56ad99264 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -163,9 +163,9 @@ jobs: # Mapping of base image followed by a comma followed by one or more base tags (comma separated) # Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first) image-mapping: - - alpine:3.21,alpine3.21,alpine - - debian:bookworm-slim,bookworm-slim,debian-slim - - buildpack-deps:bookworm,bookworm,debian + - alpine:3.22,alpine3.22,alpine + - debian:trixie-slim,trixie-slim,debian-slim + - buildpack-deps:trixie,trixie,debian steps: - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1