We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4515e1 commit fd9a546Copy full SHA for fd9a546
Dockerfile
@@ -2,7 +2,7 @@
2
# Container that contains basic configurations used by all other containers
3
# It should only contain variables that don't change or change very infrequently
4
# so that the cache is not needlessly invalidated
5
-FROM python:3.12-slim-bullseye AS base
+FROM python:3.12-slim-bookworm AS base
6
ENV HTTP_PORT=8080
7
ENV USER=geoadmin
8
ENV GROUP=geoadmin
0 commit comments