enable python 3.12

This commit is contained in:
scito
2023-08-12 15:52:19 +02:00
committed by Roland Kurmann
parent fd8b165212
commit a0bf28f4cc
5 changed files with 38 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
# --build-arg BASE_IMAGE=python:3.11-slim-buster
ARG BASE_IMAGE=python:3.11-slim-bookworm
ARG BASE_IMAGE=python:3.12-slim-bookworm
FROM $BASE_IMAGE
# https://docs.docker.com/engine/reference/builder/