Merge pull request 'Pin dependencies' (#11) from renovate/pin-dependencies into main
Reviewed-on: #11
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user