From b0904edc6fef102094dd2364a5141f1277aea97c Mon Sep 17 00:00:00 2001 From: Marc Sommerhalder Date: Thu, 26 Jun 2025 15:07:41 +0200 Subject: [PATCH] PB-1600: Update image to debian 12/bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ba9624ec..a0efbcc04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Container that contains basic configurations used by all other containers # It should only contain variables that don't change or change very infrequently # so that the cache is not needlessly invalidated -FROM python:3.12-slim-bullseye AS base +FROM python:3.12-slim-bookworm AS base ENV HTTP_PORT=8080 ENV USER=geoadmin ENV GROUP=geoadmin