diff --git a/Dockerfile b/Dockerfile index 3a09e86..2becc95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN dotnet publish -c Release -o out ./src/Altinn.Notifications.Sms/Altinn.Notif # Use the official .NET runtime image with Alpine Linux as a base image -FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-alpine3.20 AS final +FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-alpine3.20 AS final EXPOSE 5092 WORKDIR /app COPY --from=build /app/out ./