From 9d399c543ce4e17f02bed1ddeb95d3ae41d99493 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Jun 2026 00:34:06 +0000 Subject: [PATCH] Update python:3.13-slim-trixie Docker digest to c33f0bc (from 0796012) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbf5f0f..7434619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ARG LIBPQ5_VERSION=17.6-0+deb13u1 # renovate: datasource=deb depName=libssl3t64 ARG LIBSSL3T64_VERSION=3.5.1-1+deb13u1 -FROM python:3.13-slim-trixie@sha256:079601253d5d25ae095110937ea8cfd7403917b53b077870bccd8b026dc7c42f AS builder +FROM python:3.13-slim-trixie@sha256:c33f0bc4364a6881bed1ec0cc2665e6c53c87a43e774aaeab88e6f17af105e4f AS builder ARG BUILD_ESSENTIAL_VERSION ARG LIBPQ_DEV_VERSION @@ -54,7 +54,7 @@ COPY backend/requirements.txt /tmp/requirements.txt RUN pip install --no-cache-dir -r /tmp/requirements.txt -FROM python:3.13-slim-trixie@sha256:079601253d5d25ae095110937ea8cfd7403917b53b077870bccd8b026dc7c42f AS runtime +FROM python:3.13-slim-trixie@sha256:c33f0bc4364a6881bed1ec0cc2665e6c53c87a43e774aaeab88e6f17af105e4f AS runtime ARG NGINX_VERSION ARG SUPERVISOR_VERSION