chore(deps): update python:3.13-slim-trixie docker digest to a0779d7 (from 0796012)

This commit is contained in:
Renovate Bot
2026-04-27 02:48:03 +00:00
parent abcf8fed0d
commit b7a7f1103e
+2 -2
View File
@@ -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:a0779d7c12fc20be6ec6b4ddc901a4fd7657b8a6bc9def9d3fde89ed5efe0a3d 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:a0779d7c12fc20be6ec6b4ddc901a4fd7657b8a6bc9def9d3fde89ed5efe0a3d AS runtime
ARG NGINX_VERSION
ARG SUPERVISOR_VERSION