Skip to content

Commit 72161b2

Browse files
authored
Merge pull request #61 from RadCod3/chore/switch-to-debian13
chore: update runtime image to Debian 13
2 parents 18b5d5d + 5ef85e1 commit 72161b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir -p /app/data/oauth
3838
# ============================================================================
3939
# Runtime Stage: Minimal distroless image
4040
# ============================================================================
41-
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
41+
FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
4242

4343
# Copy the Python installation from builder
4444
COPY --from=builder --chown=nonroot:nonroot /python /python

0 commit comments

Comments
 (0)