Skip to content

Commit 6811757

Browse files
authored
Merge pull request #19 from jinnatar/snyk-fix-9b9ffb220ef5f740b212e69e58f82ec6
[Snyk] Security upgrade python from 3.13.0rc2-slim to 3.13-slim
2 parents 510ce26 + 6cddbe0 commit 6811757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY protect_exporter ./protect_exporter
1010
COPY poetry.lock pyproject.toml ./
1111
RUN poetry build -f wheel
1212

13-
FROM python:3.13.0rc2-slim
13+
FROM python:3.13-slim
1414
WORKDIR /srv
1515
COPY --from=builder /build/dist/*.whl ./
1616
RUN pip install *.whl

0 commit comments

Comments
 (0)