From 47771ed735e6f2f1984fbfcab98cecda63784c0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:13:26 +0000 Subject: [PATCH] chore(deps): update python:3.13.7-slim docker digest to 5f55cdf --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b7fb2ced..9bfcc74f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ # Size Impact: ~150MB (Python slim + runtime deps) # ============================================================================== -FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24 AS base +FROM python:3.13.7-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689 AS base # OCI Labels for container metadata and registry compliance # These labels provide important metadata for container registries and tools @@ -284,7 +284,7 @@ CMD ["sh", "-c", "poetry run prisma generate && exec poetry run tux --dev start" # Size Impact: ~440MB (73% reduction from development image) # ============================================================================== -FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24 AS production +FROM python:3.13.7-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689 AS production # Duplicate OCI labels for production image metadata # COMPLIANCE: Ensures production images have proper metadata for registries