We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779f513 commit af74717Copy full SHA for af74717
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM python:3.12-slim as builder
+FROM python:3.13-slim as builder
3
4
ENV PIPENV_VENV_IN_PROJECT=1
5
@@ -26,7 +26,7 @@ RUN set -ex \
26
&& rm -rf /var/lib/apt/lists/*
27
28
29
-FROM python:3.12-slim as runtime
+FROM python:3.13-slim as runtime
30
31
32
COPY --from=builder /usr/src/ /usr/src/
Pipfile
@@ -20,4 +20,4 @@ redis = "*"
20
pytest = "*"
21
22
[requires]
23
-python_version = "3.11"
+python_version = "3.13"
0 commit comments