From ad4600e4ad39dc7bef3112b46ca9065d2c52754e Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Thu, 6 Mar 2025 08:38:42 +0100 Subject: [PATCH] Updated to debian 12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4af8816..2a40d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # See the LICENSE file in the root of this project for details. # Use an official Debian runtime with fixed version as a parent image -FROM debian:11-slim +FROM debian:12-slim # Install necessary packages RUN apt-get update && apt-get install -y --no-install-recommends \