Merge pull request #7 from wolfswolke/snyk-fix-961223cdd8ab9b0edcd356354ee939e6

[Snyk] Security upgrade python from 3.12.0-alpine3.18 to 3.13.0a3-alpine3.18
This commit is contained in:
ZKWolf 2024-01-28 20:55:35 +01:00 committed by GitHub
commit a1c50a3269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM python:3.12.0-alpine3.18
FROM python:3.13.0a3-alpine3.18
COPY . /app
COPY requirements.txt /app/src