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 f1a418b commit c5ed5ccCopy full SHA for c5ed5cc
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Install Python dependencies
2
-FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS python-builder
+FROM python:3.13.6-slim@sha256:faa4eb619170e3235375f94b2f3d6b0103ddf2c7e1c8b78c3676827f38d9166f AS python-builder
3
4
WORKDIR /build
5
@@ -16,7 +16,7 @@ RUN set -eux; \
16
pip install --no-cache-dir --timeout 1000 .[server,mcp]
17
18
# Stage 2: Runtime image
19
-FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
+FROM python:3.13.6-slim@sha256:faa4eb619170e3235375f94b2f3d6b0103ddf2c7e1c8b78c3676827f38d9166f
20
21
ARG UID=1000
22
ARG GID=1000
0 commit comments