Skip to content

Commit

Permalink
[Update] to aspnet:8.0.10-alpine3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Oct 11, 2024
1 parent 969366a commit 8298164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMETwebapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dotnet build COMETwebapp -c Release -o /app/build --no-restore
FROM build AS publish
RUN dotnet publish COMETwebapp -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-alpine3.20 AS final
WORKDIR /app
COPY --from=publish /app/publish .

Expand Down

0 comments on commit 8298164

Please sign in to comment.