chore(deps): update debian:trixie-slim docker digest to c288011
All checks were successful
Build Docker Image / build-docker (push) Successful in 2m37s
All checks were successful
Build Docker Image / build-docker (push) Successful in 2m37s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# =========================
|
||||
# Stage 1: Builder
|
||||
# =========================
|
||||
FROM debian:trixie-slim@sha256:9b9c54d72a8250e75cb544939eee2aeae4d7af48de48758d6a0b44c8d6eefeef AS builder
|
||||
FROM debian:trixie-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS builder
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
LANG=C.UTF-8
|
||||
@ -40,7 +40,7 @@ RUN python3 -m venv /opt/venv \
|
||||
# =========================
|
||||
# Stage 2: Final runtime image
|
||||
# =========================
|
||||
FROM debian:trixie-slim@sha256:9b9c54d72a8250e75cb544939eee2aeae4d7af48de48758d6a0b44c8d6eefeef
|
||||
FROM debian:trixie-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
LANG=C.UTF-8 \
|
||||
|
Reference in New Issue
Block a user