Compare commits

...
3 Commits
Author SHA1 Message Date
kovagoadi 24a244a07e Merge pull request 'Update debian:trixie-slim Docker digest to a99cfc5' (#32) from renovate/debian-trixie-slim into main
Continuous Integration / lint-and-security (push) Successful in 48s
Continuous Integration / tests-and-coverage (push) Successful in 27s
Reviewed-on: #32
2026-09-21 14:45:49 +02:00
kovagoadi e4dd22157b Merge branch 'main' into renovate/debian-trixie-slim
Continuous Integration / lint-and-security (pull_request) Successful in 51s
Continuous Integration / tests-and-coverage (pull_request) Successful in 1m19s
2026-09-21 14:37:11 +02:00
renovate-bot 355bef9d25 Update debian:trixie-slim Docker digest to a99cfc5
Continuous Integration / lint-and-security (pull_request) Successful in 20s
Continuous Integration / tests-and-coverage (pull_request) Successful in 25s
2026-09-20 02:22:56 +00:00
+1 -1
View File
@@ -29,7 +29,7 @@ RUN cmake .. \
# Must track the builder's Debian release: the builder (debian:13/trixie) links
# against glibc 2.38+, so an older runtime (e.g. bookworm, glibc 2.36) cannot run
# the resulting binary. Package names use the trixie t64 spelling.
FROM debian:trixie-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132
FROM debian:trixie-slim@sha256:a99cfc517144bc59b1978475ec53b46ecabec7e43635402ee5b77cc54cd1b20a
RUN apt-get update && apt-get install -y \
libcurl3t64-gnutls \