From 42642b82593c8d61d34e57de52301bb57f88a899 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 28 Jun 2024 20:06:41 -0700 Subject: [PATCH] Bump base debian image to 12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afb0a265..9f529805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_OS=debian FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx ### Build base image for debian -FROM --platform=$BUILDPLATFORM debian:11 AS build-base-debian +FROM --platform=$BUILDPLATFORM debian:12 AS build-base-debian RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y \