new python3 and traefik versions
This commit is contained in:
parent
cc16f0ad3a
commit
d32780b0c3
5 changed files with 5 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# app/Dockerfile
|
||||
|
||||
# pull the official docker image
|
||||
FROM python:3.11.5-slim
|
||||
FROM python:3.13-slim
|
||||
|
||||
# set work directory
|
||||
WORKDIR /app
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
###########
|
||||
|
||||
# pull official base image
|
||||
FROM python:3.11-slim as builder
|
||||
FROM python:3.13-slim as builder
|
||||
|
||||
# set work directory
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue