set Docker base image to Python 3.13; fix README

This commit is contained in:
scito
2024-10-25 21:14:11 +02:00
committed by Roland Kurmann
parent 6503b442f1
commit 396071f15a
4 changed files with 14 additions and 9 deletions

View File

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