build(docker): pin base container images to immutable digests (#6173)

This commit is contained in:
Ludy
2026-04-23 13:31:21 +01:00
committed by GitHub
parent 90efb844d9
commit e087b54cf0
4 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.5
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:531f855bda2c73cd6ef67d56b733b357cea384185b3022bd09f05e002cd144ca
ARG TASK_VERSION=3.49.1
RUN apt-get update \