Dockerfile: Switch to debian 12 as base (#6968)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2024-11-13 00:40:01 +01:00
committed by GitHub
parent 387f34db9a
commit 517a262e98

View File

@@ -1,5 +1,5 @@
ARG DEBIAN_IMAGE=debian:stable-slim ARG DEBIAN_IMAGE=debian:stable-slim
ARG BASE=gcr.io/distroless/static-debian11:nonroot ARG BASE=gcr.io/distroless/static-debian12:nonroot
FROM --platform=$BUILDPLATFORM ${DEBIAN_IMAGE} AS build FROM --platform=$BUILDPLATFORM ${DEBIAN_IMAGE} AS build
SHELL [ "/bin/sh", "-ec" ] SHELL [ "/bin/sh", "-ec" ]