1 Commits

Author SHA1 Message Date
David Claeys
49cdd9be18 update for net 10
All checks were successful
Build docker container / build (release) Successful in 2m2s
2025-11-26 16:37:19 +01:00

View File

@@ -1,7 +1,7 @@
ARG CERT_PASSWORD ARG CERT_PASSWORD
ARG DOTNET_SDK_VERSION=8.0.416 ARG DOTNET_SDK_VERSION=10.0.100
ARG DOTNET_RUNTIME_VERSION=8.0.22 ARG DOTNET_RUNTIME_VERSION=10.0.0
ARG ALPINE_VERSION=3.21 ARG ALPINE_VERSION=3.22
ARG CONFIG_DIRECTORY_ARG=/config ARG CONFIG_DIRECTORY_ARG=/config
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION}-alpine${ALPINE_VERSION}-amd64 AS build-env FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION}-alpine${ALPINE_VERSION}-amd64 AS build-env
ARG CONFIG_DIRECTORY_ARG ARG CONFIG_DIRECTORY_ARG