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.
2 parents 18b5d5d + 5ef85e1 commit 72161b2Copy full SHA for 72161b2
Dockerfile
@@ -38,7 +38,7 @@ RUN mkdir -p /app/data/oauth
38
# ============================================================================
39
# Runtime Stage: Minimal distroless image
40
41
-FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
+FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
42
43
# Copy the Python installation from builder
44
COPY --from=builder --chown=nonroot:nonroot /python /python
0 commit comments