Skip to content

Commit

Permalink
Update dockerfile non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 1bab1ac commit 1e20639
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.403-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.404-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.10-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-alpine3.20 AS final
WORKDIR /app
EXPOSE 5090

Expand Down

0 comments on commit 1e20639

Please sign in to comment.