Skip to content

Commit 7f111ea

Browse files
Bump dotnet/aspnet from 35095f3 to fbc9110 in /examples/MicroserviceExample/WorkerService (#6399)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent a8ef3e1 commit 7f111ea

File tree

1 file changed

+1
-1
lines changed
  • examples/MicroserviceExample/WorkerService

1 file changed

+1
-1
lines changed

examples/MicroserviceExample/WorkerService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
COPY . ./
1111
RUN dotnet publish ./examples/MicroserviceExample/WorkerService -c "${PUBLISH_CONFIGURATION}" -f "${PUBLISH_FRAMEWORK}" -o /out -p:IntegrationBuild=true
1212

13-
FROM mcr.microsoft.com/dotnet/aspnet:8.0.18@sha256:35095f3e2bf5ab1f0c6953ed1364028343b5aef029932454cf2ce9e9680827d8 AS dotnet-aspnet-8.0
13+
FROM mcr.microsoft.com/dotnet/aspnet:8.0.18@sha256:fbc9110dff9359545a6e1e67cc8295a3e001fe3c04c677abedb6e764d4277b3a AS dotnet-aspnet-8.0
1414
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07 AS dotnet-aspnet-9.0
1515

1616
FROM dotnet-aspnet-${SDK_VERSION} AS runtime

0 commit comments

Comments
 (0)