Skip to content

Commit

Permalink
Update dockerfile non-major dependencies (#693)
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 Jan 16, 2025
1 parent 51580fe commit cd2d939
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:9.0.101-alpine3.20 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-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:9.0.0-alpine3.20 AS final
FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-alpine3.20 AS final
WORKDIR /app
EXPOSE 5090

Expand Down

0 comments on commit cd2d939

Please sign in to comment.