From dc1997f0e382a8b6ecbbb169e86588eb656e1e44 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 9 Aug 2024 18:20:34 -0400 Subject: [PATCH] Pin dependencies (#103) Co-authored-by: Renovate Co-committed-by: Renovate --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdaf274..f23d8b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.80-alpine3.20 AS chef +FROM rust:1.80-alpine3.20@sha256:1f5aff501e02c1384ec61bb47f89e3eebf60e287e6ed5d1c598077afc82e83d5 AS chef ENV RUSTFLAGS="-C target-feature=-crt-static" ARG GIT_HASH ENV GIT_COMMIT_HASH=${GIT_HASH} @@ -16,7 +16,7 @@ RUN cargo chef cook --release COPY . . RUN cargo build --offline -rF production -FROM alpine:3.20 +FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Rustbot" RUN apk add --no-cache libgcc WORKDIR /rustbot