mirror of
https://github.com/sassanix/Warracker.git
synced 2026-01-06 05:29:39 -06:00
Update python:3.13-slim-trixie Docker digest to 0796012 (from 087a9f3)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user