Skip to content

Commit

Permalink
Merge pull request #12 from michael2to3/snyk-fix-6ff4e7da053f872d93b0…
Browse files Browse the repository at this point in the history
…1204fa5c4900

[Snyk] Security upgrade python from 3.12-slim to 3.13.0a3-slim
  • Loading branch information
michael2to3 authored Feb 2, 2024
2 parents b54af4f + bd2d5e7 commit 3d29c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.13.0a3-slim
ENV TZ="Europe/Moscow"
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 3d29c6c

Please sign in to comment.