From 29bcc75d4fae244e1d4a1558954ad3ae3e0e07b8 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 3 Apr 2025 16:11:01 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d5430..886f124 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ docker build --build-arg supersecretpassword . -t net-base | Argument | Description | Default | |-----------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| -| CERT_PASSWORD | The password for the generated certificate | N/A | +| 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.202 | | DOTNET_RUNTIME_VERSION | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.3 | | ALPINE_VERSION | The version of [alpine linux](https://www.alpinelinux.org/) used as a base
Currently you can choose between `3.20` or `3.21` | 3.21 |