Skip to content

Commit

Permalink
Merge pull request #54 from ArieLevs/snyk-fix-add35217d917d4249e40f3b…
Browse files Browse the repository at this point in the history
…14023e390

[Snyk] Security upgrade python from 3.13.0b3-slim to 3.13.0rc2-slim
  • Loading branch information
ArieLevs authored Sep 28, 2024
2 parents c33ca27 + 0d02163 commit a40ac1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0b3-slim
FROM python:3.13.0rc2-slim

LABEL maintainer="Arie Lev <[email protected]>" \
description="Python version bumper"
Expand All @@ -13,6 +13,7 @@ COPY setup.py .
COPY LICENSE .
COPY README.rst .
COPY requirements.txt .
RUN pip install setuptools
RUN python ./setup.py install

WORKDIR /
Expand Down

0 comments on commit a40ac1b

Please sign in to comment.