diff --git a/Dockerfile b/Dockerfile index 7b23b63..aad088e 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 -FROM python:3.13-slim-trixie@sha256:087a9f3b880e8b2c7688debb9df2a5106e060225ebd18c264d5f1d7a73399db0 AS builder +FROM python:3.13-slim-trixie@sha256:079601253d5d25ae095110937ea8cfd7403917b53b077870bccd8b026dc7c42f AS builder # Install build tools (only in builder stage) RUN apt-get update && \ @@ -48,7 +48,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:087a9f3b880e8b2c7688debb9df2a5106e060225ebd18c264d5f1d7a73399db0 AS runtime +FROM python:3.13-slim-trixie@sha256:079601253d5d25ae095110937ea8cfd7403917b53b077870bccd8b026dc7c42f AS runtime # Metadata for final image LABEL org.opencontainers.image.source="https://github.com/sassanix/Warracker"