File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/MicroserviceExample/WorkerService Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ 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.19 @sha256:6d8901fae2d8f44c0e73962046a67fbdaf017bc8a6833c74ae87e9fbd0810b73 AS dotnet-aspnet-8.0
14
- FROM mcr.microsoft.com/dotnet/aspnet:9.0.8@sha256:2b70ef1451cb01c2118969ad15fd0ae40fdbac158f09699fefae0dc32c4ca352 AS dotnet-aspnet-9.0
13
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.20 @sha256:e88f90b6d9fd7e9e0d8e231d068fccdbebd3c91892441a85ef35066aea9a4e1e AS dotnet-aspnet-8.0
14
+ FROM mcr.microsoft.com/dotnet/aspnet:9.0.8@sha256:49ae5b354037606b2339b723ff9a3be7827eb53e513dfd683cf39a78cabb6a2b AS dotnet-aspnet-9.0
15
15
16
16
FROM dotnet-aspnet-${SDK_VERSION} AS runtime
17
17
WORKDIR /app
You can’t perform that action at this time.
0 commit comments