From a6391605f2cbbcd5c71c926869cc4efbdc393e86 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 1 Apr 2025 14:01:01 +0200 Subject: [PATCH] update to net 9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f1d289..6a3d2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG DOTNET_SDK_VERSION=8.0.407 -ARG DOTNET_RUNTIME_VERSION=8.0.14 +ARG DOTNET_SDK_VERSION=9.0.202 +ARG DOTNET_RUNTIME_VERSION=9.0.3 ARG ALPINE_VERSION=3.21 ARG CONFIG_DIRECTORY_ARG=/config ARG CERT_PASSWORD_FILE_ARG=$CONFIG_DIRECTORY_ARG/password