From bc5e7ff342007f21b85c94d624147323290a31b7 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 26 Nov 2023 12:54:16 +0100 Subject: [PATCH] chore(deps): pin docker.io/clux/muslrust docker tag to 4b7e3c8 (#143) Reviewed-on: https://gitea.rknet.org/container/vaultwarden/pulls/143 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 7f26e17..dcb085f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/clux/muslrust:1.74.0-stable as build +FROM docker.io/clux/muslrust:1.74.0-stable@sha256:4b7e3c8290fd1f59f58adf38ffe88298dcbf8455a28c629a7a9c39d28711fbd4 as build ARG WEBVAULT_VERSION ARG VAULTWARDEN_VERSION