Compare commits

..
2 Commits
Author SHA1 Message Date
kovagoadi 5d5329d197 Merge pull request 'Pin dependencies' (#11) from renovate/pin-dependencies into main
Continuous Integration / lint-and-security (push) Successful in 21s
Continuous Integration / tests-and-coverage (push) Successful in 23s
Reviewed-on: #11
2026-06-30 23:47:15 +02:00
renovate-bot 17d68fa984 Pin dependencies
Continuous Integration / lint-and-security (pull_request) Successful in 20s
Continuous Integration / tests-and-coverage (pull_request) Successful in 23s
2026-06-30 02:22:41 +00:00
+2 -2
View File
@@ -1,5 +1,5 @@
# Build stage
FROM debian:bookworm AS builder
FROM debian:bookworm@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168 AS builder
RUN apt-get update && apt-get install -y \
build-essential \
@@ -26,7 +26,7 @@ RUN cmake .. \
&& make -j$(nproc) install
# Runtime stage
FROM debian:bookworm-slim
FROM debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df
RUN apt-get update && apt-get install -y \
libcurl3-gnutls \