Skip to content

Commit

Permalink
Dockerfile: Bump python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Apr 17, 2024
1 parent 54f7caa commit c96d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm run build && rm -rf gcampus/*/static_src package*.json node_modules
########################################################################
# gcampus Dockerfile
########################################################################
FROM python:3.11-slim-bookworm
FROM python:3.12-slim-bookworm
LABEL maintainer="Jonas Drotleff <j.drotleff@desk-lab.de>"

SHELL ["/bin/sh", "-eux", "-c"]
Expand Down

0 comments on commit c96d561

Please sign in to comment.