From 87e6f8a5a4a92b58335536487b3a67f4c02ff0ae Mon Sep 17 00:00:00 2001 From: Jasmine Wells Date: Tue, 20 Aug 2024 18:33:34 -0700 Subject: [PATCH] Update Docker dotnet version to fix builds. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53c8aac..ed509ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.20 AS build ARG VERSION RUN apk --no-cache --repository community add \ - dotnet8-sdk==8.0.107-r0 \ + dotnet8-sdk==8.0.108-r0 \ jq==1.7.1-r0 # Copy source code @@ -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.7-r0 \ + dotnet8-runtime==8.0.8-r0 \ ffmpeg==6.1.1-r8 # Copy release and entrypoint script