Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Dec 30, 2024
1 parent 8101159 commit 29b2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN dotnet publish my-sample-app.csproj \
# https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list
# https://mcr.microsoft.com/product/dotnet/nightly/runtime-deps
# https://mcr.microsoft.com/v2/dotnet/nightly/runtime-deps/tags/list
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0.0-noble-chiseled-aot
FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0.0-noble-chiseled-aot
WORKDIR /app
COPY --from=builder /my-sample-app .
EXPOSE 8080
Expand Down

0 comments on commit 29b2243

Please sign in to comment.