Author SHA1 Message Date
david 9a6faaeb53 update readme 2026-06-24 14:32:06 +02:00
david f7e95aa679 update for alpine 23
Build docker container / build (release) Has been cancelled
2026-06-24 12:14:17 +02:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
ARG CERT_PASSWORD ARG CERT_PASSWORD
ARG DOTNET_SDK_VERSION=9.0.308 ARG DOTNET_SDK_VERSION=9.0.315
ARG DOTNET_RUNTIME_VERSION=9.0.11 ARG DOTNET_RUNTIME_VERSION=9.0.17
ARG ALPINE_VERSION=3.22 ARG ALPINE_VERSION=3.23
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
+3 -3
View File
@@ -66,9 +66,9 @@ docker build --build-arg CERT_PASSWORD=supersecretpassword . -t net-base
| Argument | Description | Default | | Argument | Description | Default |
|-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| |-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| CERT_PASSWORD | The password for the generated certificate | N/A **(required)** | | 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.308 | | 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.315 |
| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.11 | | DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.17 |
| ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 | | ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.23 |
## Security implications ## Security implications