File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/MicroserviceExample/WorkerService Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ WORKDIR /app
10
10
COPY . ./
11
11
RUN dotnet publish ./examples/MicroserviceExample/WorkerService -c "${PUBLISH_CONFIGURATION}" -f "${PUBLISH_FRAMEWORK}" -o /out -p:IntegrationBuild=true
12
12
13
- FROM mcr.microsoft.com/dotnet/aspnet:8.0.17 @sha256:68669af44214899b4a5ff5fa0dd5fc10e7e9d665669a44dcbc1a142a99b2ec5b AS dotnet-aspnet-8.0
13
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.18 @sha256:35095f3e2bf5ab1f0c6953ed1364028343b5aef029932454cf2ce9e9680827d8 AS dotnet-aspnet-8.0
14
14
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07 AS dotnet-aspnet-9.0
15
15
16
16
FROM dotnet-aspnet-${SDK_VERSION} AS runtime
You can’t perform that action at this time.
0 commit comments