Skip to content

Commit

Permalink
Merge branch 'main' into renovate/microsoft.app-managedenvironments-2…
Browse files Browse the repository at this point in the history
…0240301.x
  • Loading branch information
Ceredron authored May 23, 2024
2 parents 2b8bde7 + 6df5206 commit 86b9c30
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 86b9c30

Please sign in to comment.