update to net 9
All checks were successful
Build docker container / build (release) Successful in 51s

This commit is contained in:
David Claeys 2025-04-01 14:01:01 +02:00
parent 97cf4555c9
commit a6391605f2

View File

@ -1,5 +1,5 @@
ARG DOTNET_SDK_VERSION=8.0.407 ARG DOTNET_SDK_VERSION=9.0.202
ARG DOTNET_RUNTIME_VERSION=8.0.14 ARG DOTNET_RUNTIME_VERSION=9.0.3
ARG ALPINE_VERSION=3.21 ARG ALPINE_VERSION=3.21
ARG CONFIG_DIRECTORY_ARG=/config ARG CONFIG_DIRECTORY_ARG=/config
ARG CERT_PASSWORD_FILE_ARG=$CONFIG_DIRECTORY_ARG/password ARG CERT_PASSWORD_FILE_ARG=$CONFIG_DIRECTORY_ARG/password