From ff0e8a0c7ff0b148db0928621eaa3f244fdeef46 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 26 Nov 2025 16:24:10 +0100 Subject: [PATCH] make 8.0 branch --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c53eb49..3fe659b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG CERT_PASSWORD -ARG DOTNET_SDK_VERSION=9.0.300 -ARG DOTNET_RUNTIME_VERSION=9.0.5 +ARG DOTNET_SDK_VERSION=8.0.416 +ARG DOTNET_RUNTIME_VERSION=8.0.22 ARG ALPINE_VERSION=3.21 ARG CONFIG_DIRECTORY_ARG=/config FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION}-alpine${ALPINE_VERSION}-amd64 AS build-env