mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Dockerfile: Switch to debian 12 as base (#6968)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -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" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user