update usage example
This commit is contained in:
		| @@ -21,7 +21,7 @@ The following is just an example of how your Dockerfile could look like. | ||||
| ```sh | ||||
| # Password for the certificate | ||||
| # this image contains the entire .NET SDK and is ideal for creation the build | ||||
| FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine-amd64 AS build-env | ||||
| FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine-amd64 AS build-env | ||||
| WORKDIR /App | ||||
| COPY . ./ | ||||
| # Restore dependencies for your application | ||||
|   | ||||
		Reference in New Issue
	
	Block a user