Skip to content

Commit fd9a546

Browse files
committed
PB-1601: Upgrade image to debian 12/bookworm
1 parent b4515e1 commit fd9a546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Container that contains basic configurations used by all other containers
33
# It should only contain variables that don't change or change very infrequently
44
# so that the cache is not needlessly invalidated
5-
FROM python:3.12-slim-bullseye AS base
5+
FROM python:3.12-slim-bookworm AS base
66
ENV HTTP_PORT=8080
77
ENV USER=geoadmin
88
ENV GROUP=geoadmin

0 commit comments

Comments
 (0)