Skip to content

Commit 19afd63

Browse files
Bump dotnet/aspnet from d5c0d91 to 68669af in /examples/MicroserviceExample/WebApi (#6362)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan West <[email protected]>
1 parent b76121e commit 19afd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MicroserviceExample/WebApi/Dockerfile

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

12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0.17@sha256:d5c0d91bc8fe887684b97d5409056270ed78cd23a5123436e842a8114a64d584 AS dotnet-aspnet-8.0
12+
FROM mcr.microsoft.com/dotnet/aspnet:8.0.17@sha256:68669af44214899b4a5ff5fa0dd5fc10e7e9d665669a44dcbc1a142a99b2ec5b AS dotnet-aspnet-8.0
1313
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5@sha256:d5507d8292fb2469ec0b9913f3cd4bb8d5a014bd6dc00c33fd4c4e7310229f07 AS dotnet-aspnet-9.0
1414

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

0 commit comments

Comments
 (0)