Skip to content

Commit 076839d

Browse files
authored
Merge pull request #18 from jinnatar/snyk-fix-2409fe1e97a33686fa7c08fb169c08da
[Snyk] Security upgrade python from 3.11-slim to 3.13.0rc2-slim
2 parents 2164f13 + 69646b9 commit 076839d

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.11-slim
13+
FROM python:3.13.0rc2-slim
1414
WORKDIR /srv
1515
COPY --from=builder /build/dist/*.whl ./
1616
RUN pip install *.whl

0 commit comments

Comments
 (0)