versions new

This commit is contained in:
gw3000 2023-09-17 23:09:46 +02:00
parent ef84e6d137
commit f7ea468b12
8 changed files with 53 additions and 283 deletions

View file

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