Dockerfile: Switch to debian 12 as base (#6968)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
parent
387f34db9a
commit
517a262e98
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
SHELL [ "/bin/sh", "-ec" ]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue