From 932ea5cf0b12e8026954bd66a5c9baf82911fbd5 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 28 Apr 2024 02:18:35 +0200 Subject: [PATCH] fix docker image versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6f2542..e21dd00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef +FROM lukemathwalker/cargo-chef:0.1.32-rust-1 AS chef WORKDIR /app FROM chef AS planner @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ cargo build --release --locked # We do not need the Rust toolchain to run the binary! -FROM debian:bookworm AS runtime +FROM debian:bookworm-20240423 AS runtime WORKDIR /app ARG PROGNAME RUN apt-get update && apt-get install -y libssl-dev coreutils ffmpeg