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

@ -1,7 +1,7 @@
# app/Dockerfile # app/Dockerfile
# pull the official docker image # pull the official docker image
FROM python:3.13-slim FROM python:3.11-slim
# set work directory # set work directory
WORKDIR /app WORKDIR /app

View file

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