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.
6544e0e
1020ca4
1 parent 6de8860 commit 4d3682bCopy full SHA for 4d3682b
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Install Python dependencies
2
-FROM python:3.13-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283 AS python-builder
+FROM python:3.13-slim@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e AS python-builder
3
4
WORKDIR /build
5
@@ -16,7 +16,7 @@ RUN set -eux; \
16
pip install --no-cache-dir --timeout 1000 .
17
18
# Stage 2: Runtime image
19
-FROM python:3.13-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283
+FROM python:3.13-slim@sha256:1020ca463dc51c26bbad49de85dbb2986d93b71050102f3fa2a7f0fc4c2ea81e
20
21
ARG UID=1000
22
ARG GID=1000
0 commit comments