From fd28c21399048571ad12ac25b73765580d46c4b5 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 29 Dec 2023 12:00:50 +0000 Subject: [PATCH] Pin rust Docker tag to 8eaab14 (#13) Co-authored-by: Renovate Co-committed-by: Renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46eb87a..aca6ea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.75-alpine3.19 AS compiler +FROM rust:1.75-alpine3.19@sha256:8eaab14d138f0d61240da09aeadb87fcd9c2593975b8852d1bc02ccf988861ba AS compiler ENV RUSTFLAGS="-C target-feature=-crt-static" RUN apk add --no-cache openssl-dev musl-dev WORKDIR /usr/src/kon