Skip to content

Commit 0d3abd3

Browse files
committed
1 parent 2164f13 commit 0d3abd3

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.0b4-slim
1414
WORKDIR /srv
1515
COPY --from=builder /build/dist/*.whl ./
1616
RUN pip install *.whl

0 commit comments

Comments
 (0)