Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot 1177bef38f Update debian Docker tag to bookworm-20260623
Continuous Integration / lint-and-security (pull_request) Successful in 19s
Continuous Integration / tests-and-coverage (pull_request) Successful in 22s
2026-06-30 02:22:45 +00:00
+1 -1
View File
@@ -26,7 +26,7 @@ RUN cmake .. \
&& make -j$(nproc) install
# Runtime stage
FROM debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y \
libcurl3-gnutls \