We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
d5c0d91
68669af
1 parent b76121e commit 19afd63Copy full SHA for 19afd63
examples/MicroserviceExample/WebApi/Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
COPY . ./
10
RUN dotnet publish ./examples/MicroserviceExample/WebApi -c "${PUBLISH_CONFIGURATION}" -f "${PUBLISH_FRAMEWORK}" -o /out -p:IntegrationBuild=true
11
12
-FROM mcr.microsoft.com/dotnet/aspnet:8.0.17@sha256:d5c0d91bc8fe887684b97d5409056270ed78cd23a5123436e842a8114a64d584 AS dotnet-aspnet-8.0
+FROM mcr.microsoft.com/dotnet/aspnet:8.0.17@sha256:68669af44214899b4a5ff5fa0dd5fc10e7e9d665669a44dcbc1a142a99b2ec5b AS dotnet-aspnet-8.0
13
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07 AS dotnet-aspnet-9.0
14
15
FROM dotnet-aspnet-${SDK_VERSION} AS runtime
0 commit comments