5 Commits

Author SHA1 Message Date
David Claeys
a3b3eb2792 make 9.0 alpine 22
All checks were successful
Build docker container / build (release) Successful in 1m32s
2025-11-26 17:32:18 +01:00
David Claeys
f8492f5450 update readme
All checks were successful
Build docker container / build (release) Successful in 2m52s
2025-11-26 17:28:42 +01:00
David Claeys
23b884767d create 9.0 branch
All checks were successful
Build docker container / build (release) Successful in 1m31s
2025-11-26 16:31:40 +01:00
David Claeys
ff0e8a0c7f make 8.0 branch
All checks were successful
Build docker container / build (release) Successful in 1m36s
2025-11-26 16:24:10 +01:00
David Claeys
019f7e3a70 update image dependencies + update documentation
All checks were successful
Build docker container / build (release) Successful in 3m34s
2025-05-20 08:16:57 +02:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -66,9 +66,9 @@ docker build --build-arg CERT_PASSWORD=supersecretpassword . -t net-base
| Argument | Description | Default |
|-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| CERT_PASSWORD | The password for the generated certificate | N/A **(required)** |
| DOTNET_SDK_VERSION | The [SDK](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags) version used to generate the development certificate | 9.0.203 |
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.4 |
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base <br/> Currently you can choose between `3.20` or `3.21` | 3.21 |
| DOTNET_SDK_VERSION | The [SDK](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags) version used to generate the development certificate | 9.0.308 |
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.11 |
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 |
## Security implications