Skip to content

Commit 207fa91

Browse files
[nightly] Update nightly image references in sample Dockerfiles (#7199)
Signed-off-by: Erwin <erwinkramer@hotmail.com> Co-authored-by: Erwin <erwinkramer@hotmail.com>
1 parent c807ae9 commit 207fa91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/aspnetapp/Dockerfile.alpine-composite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN dotnet publish -a $TARGETARCH --no-restore -o /app
1616
# Enable globalization and time zones:
1717
# https://github.com/dotnet/dotnet-docker/blob/main/samples/enable-globalization.md
1818
# Runtime stage
19-
FROM mcr.microsoft.com/dotnet/nightly/aspnet:10.0-alpine-composite
19+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine-composite
2020
EXPOSE 8080
2121
WORKDIR /app
2222
COPY --link --from=build /app .

samples/aspnetapp/Dockerfile.chiseled-composite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN dotnet publish -a $TARGETARCH --no-restore -o /app
1414

1515

1616
# Runtime stage
17-
FROM mcr.microsoft.com/dotnet/nightly/aspnet:10.0-noble-chiseled-composite
17+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-composite
1818
EXPOSE 8080
1919
WORKDIR /app
2020
COPY --link --from=build /app .

0 commit comments

Comments
 (0)