Merge pull request #245 from marcel-dempers/fix-pythonapp

fix python app by updating
This commit is contained in:
marceldempers 2024-11-21 16:55:05 +11:00 committed by GitHub
commit 53cc8ff8bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7.3-alpine3.9 as base
FROM python:3.9.20-alpine3.20 as base
RUN mkdir /work/
WORKDIR /work/

View File

@ -1 +1 @@
Flask == 2.3.2
Flask == 3.1.0