update image dependencies + update documentation
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build docker container / build (release) Successful in 3m34s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build docker container / build (release) Successful in 3m34s
				
			This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| ARG CERT_PASSWORD | ARG CERT_PASSWORD | ||||||
| ARG DOTNET_SDK_VERSION=9.0.203 | ARG DOTNET_SDK_VERSION=9.0.300 | ||||||
| ARG DOTNET_RUNTIME_VERSION=9.0.4 | ARG DOTNET_RUNTIME_VERSION=9.0.5 | ||||||
| ARG ALPINE_VERSION=3.21 | ARG ALPINE_VERSION=3.21 | ||||||
| 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 | ||||||
|   | |||||||
| @@ -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.203                                 | | | 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.4                                                          | | | DOTNET_RUNTIME_VERSION                              | The [runtime](https://mcr.microsoft.com/en-us/artifact/mar/dotnet/aspnet/tags) version used as a base | 9.0.5                                                          | | ||||||
| | 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                             | | | ALPINE_VERSION                                      | The version of [alpine linux](https://www.alpinelinux.org/) used as a base| 3.21                                                                                       | | ||||||
|  |  | ||||||
| ## Security implications | ## Security implications | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user