Skip to content

Commit

Permalink
chore(deps): bump dotnet/aspnet (#826)
Browse files Browse the repository at this point in the history
Bumps dotnet/aspnet from 8.0.3-alpine3.18 to 8.0.4-alpine3.18.

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 354b3ce commit 954231f
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 @@ -7,7 +7,7 @@ WORKDIR Authorization/
RUN dotnet build Altinn.Platform.Authorization.csproj -c Release -o /app_output
RUN dotnet publish Altinn.Platform.Authorization.csproj -c Release -o /app_output

FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-alpine3.18 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-alpine3.18 AS final
EXPOSE 5030
WORKDIR /app
COPY --from=build /app_output .
Expand Down

0 comments on commit 954231f

Please sign in to comment.