We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f767331 commit 6d7a8afCopy full SHA for 6d7a8af
2 files changed
src/Dotnet6.GraphQL4.Store.WebAPI/Dockerfile
@@ -1,5 +1,5 @@
1
-ARG ASPNET_VERSION="6.0.0-preview.2-alpine3.13"
2
-ARG SDK_VERSION="6.0.100-preview.2-alpine3.13"
+ARG ASPNET_VERSION="6.0.0-preview.4-alpine3.13"
+ARG SDK_VERSION="6.0.100-preview.4-alpine3.13"
3
ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
4
5
FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base
src/Dotnet6.GraphQL4.Store.WebMVC/Dockerfile
0 commit comments