create 9.0 branch
All checks were successful
Build docker container / build (release) Successful in 1m31s

This commit is contained in:
David Claeys
2025-11-26 16:31:40 +01:00
parent ff0e8a0c7f
commit 23b884767d

View File

@@ -1,6 +1,6 @@
ARG CERT_PASSWORD
ARG DOTNET_SDK_VERSION=8.0.416
ARG DOTNET_RUNTIME_VERSION=8.0.22
ARG DOTNET_SDK_VERSION=9.0.308
ARG DOTNET_RUNTIME_VERSION=9.0.11
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