Compare commits

...

2 Commits

Author SHA1 Message Date
a9f5b2d5d9 Merge pull request 'Update debian:trixie-slim Docker digest to 3a39a05' (#24) from renovate/debian-trixie-slim into main
All checks were successful
Continuous Integration / lint-and-security (push) Successful in 49s
Continuous Integration / tests-and-coverage (push) Successful in 30s
Reviewed-on: #24
2026-08-06 17:38:34 +02:00
e925659e28 Update debian:trixie-slim Docker digest to 3a39a05
All checks were successful
Continuous Integration / lint-and-security (pull_request) Successful in 21s
Continuous Integration / tests-and-coverage (pull_request) Successful in 25s
2026-08-06 02:22:05 +00:00

View File

@@ -29,7 +29,7 @@ RUN cmake .. \
# Must track the builder's Debian release: the builder (debian:13/trixie) links # 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 # 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. # the resulting binary. Package names use the trixie t64 spelling.
FROM debian:trixie-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd FROM debian:trixie-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libcurl3t64-gnutls \ libcurl3t64-gnutls \