Merge pull request #1 from cifer-sudo/snyk-fix-723cf4df10e62e0b58bd67456edec2bc

Security upgrade python from 3.11 to 3.12.0b1-slim
This commit is contained in:
cifer-sudo 2023-05-29 14:20:02 +01:00 committed by GitHub
commit 1f49140b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12.0b1-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \