Pin dependencies
All checks were successful
Continuous Integration / lint-and-security (pull_request) Successful in 20s
Continuous Integration / tests-and-coverage (pull_request) Successful in 23s

This commit is contained in:
2026-06-30 02:22:41 +00:00
parent fc30def3e7
commit 17d68fa984

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 \