Skip to content

Commit

Permalink
Update dockerfile non-major dependencies (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent f72b021 commit 9621403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.20 AS build
WORKDIR /app

# Copy csproj and restore as distinct layers
Expand All @@ -14,7 +14,7 @@ RUN dotnet build ./src/DbTools/DbTools.csproj -c Release -o /app_tools
RUN dotnet publish -c Release -o out ./src/Altinn.Notifications/Altinn.Notifications.csproj

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0.7-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-alpine3.20 AS final
WORKDIR /app
EXPOSE 5090

Expand Down

0 comments on commit 9621403

Please sign in to comment.