Pin dependencies #11

Merged
kovagoadi merged 1 commits from renovate/pin-dependencies into main 2026-06-30 23:47:16 +02:00
Showing only changes of commit 17d68fa984 - Show all commits

View File

@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM debian:bookworm AS builder FROM debian:bookworm@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168 AS builder
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
@@ -26,7 +26,7 @@ RUN cmake .. \
&& make -j$(nproc) install && make -j$(nproc) install
# Runtime stage # Runtime stage
FROM debian:bookworm-slim FROM debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libcurl3-gnutls \ libcurl3-gnutls \