old python3 version

This commit is contained in:
Gunther Weissenbaeck 2024-11-17 11:23:29 +01:00
parent 16189c85dc
commit ddc3ff976e
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
###########
# pull official base image
FROM python:3.13-slim as builder
FROM python:3.11-slim as builder
# set work directory
WORKDIR /app