Dockerfile: update debian:bookworm-slim digest to 74d56e3

Closes #20714
This commit is contained in:
renovate[bot] 2026-02-24 21:28:38 +00:00 committed by Viktor Szakats
parent 86a2a6b547
commit 4b583b7585
No known key found for this signature in database

View File

@ -24,7 +24,7 @@
# $ ./scripts/maketgz 8.7.1
# To update, get the latest digest e.g. from https://hub.docker.com/_/debian/tags
FROM debian:bookworm-slim@sha256:98f4b71de414932439ac6ac690d7060df1f27161073c5036a7553723881bffbe
FROM debian:bookworm-slim@sha256:74d56e3931e0d5a1dd51f8c8a2466d21de84a271cd3b5a733b803aa91abf4421
RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
build-essential make autoconf automake libtool git perl zip zlib1g-dev gawk && \