From b7538fee36d105180960b8dfd857279ba29ff260 Mon Sep 17 00:00:00 2001 From: sim0n00ps <132307467+sim0n00ps@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:57:14 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2807ad8..d3d7099 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ FROM alpine:3.20 AS final RUN apk --no-cache --repository community add \ bash==5.2.26-r0 \ tini==0.19.0-r3 \ - dotnet8-runtime==8.0.110-r0 \ + dotnet8-runtime==8.0.10-r2 \ ffmpeg==6.1.1-r8 # Copy release and entrypoint script