old python3 version
This commit is contained in:
parent
16189c85dc
commit
ddc3ff976e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue