Compare commits
1 Commits
8.0.22-alp
...
49cdd9be18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49cdd9be18 |
@@ -1,7 +1,7 @@
|
|||||||
ARG CERT_PASSWORD
|
ARG CERT_PASSWORD
|
||||||
ARG DOTNET_SDK_VERSION=9.0.300
|
ARG DOTNET_SDK_VERSION=10.0.100
|
||||||
ARG DOTNET_RUNTIME_VERSION=9.0.5
|
ARG DOTNET_RUNTIME_VERSION=10.0.0
|
||||||
ARG ALPINE_VERSION=3.21
|
ARG ALPINE_VERSION=3.22
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user