update image dependencies + update documentation
All checks were successful
Build docker container / build (release) Successful in 3m34s

This commit is contained in:
David Claeys
2025-05-20 08:16:57 +02:00
parent f74812727c
commit 019f7e3a70
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
ARG CERT_PASSWORD
ARG DOTNET_SDK_VERSION=9.0.203
ARG DOTNET_RUNTIME_VERSION=9.0.4
ARG DOTNET_SDK_VERSION=9.0.300
ARG DOTNET_RUNTIME_VERSION=9.0.5
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