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 May 22, 2024
1 parent 4c5ca21 commit 19ff38c
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.204-alpine3.18 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.18 AS build
WORKDIR /app

# Copy csproj and restore as distinct layers
Expand All @@ -13,7 +13,7 @@ COPY src ./src
RUN dotnet publish -c Release -o out ./src/Altinn.Broker.API/Altinn.Broker.API.csproj

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-alpine3.18 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.5-alpine3.18 AS final
WORKDIR /app
EXPOSE 2525
ENV ASPNETCORE_URLS=http://+:2525
Expand Down

0 comments on commit 19ff38c

Please sign in to comment.