From 21e14a466ddcc867ab9a93c5404a9a21c5e143ab Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 26 Nov 2025 17:34:24 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93d773d..c6526ce 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ 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.300 | -| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.5 | +| DOTNET_SDK_VERSION | The [SDK](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags) version used to generate the development certificate | 10.0.100 | +| DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 10.0.0 | | ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.22 | ## Security implications