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,4 +1,4 @@
ARG BASE_IMAGE=python:3.12-alpine
ARG BASE_IMAGE=python:3.13-alpine
FROM $BASE_IMAGE
# https://docs.docker.com/engine/reference/builder/