Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v9 (#…
Browse files Browse the repository at this point in the history
…404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent efcfc64 commit 2a1cdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN dotnet build Altinn.Platform.Receipt.csproj -c Release -o /app_output
RUN dotnet publish Altinn.Platform.Receipt.csproj -c Release -o /app_output


FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20 AS final
EXPOSE 5060
WORKDIR /app
COPY --from=build /app_output .
Expand Down

0 comments on commit 2a1cdb1

Please sign in to comment.