Update Dockerfile

change the python version to 3.11.3
This commit is contained in:
Lukas 2023-10-27 15:59:06 +02:00 committed by GitHub
parent 57734edcc2
commit 5738b82863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11.3-alpine
ARG TARGETARCH
RUN apk add \