Skip to content

Commit 45aabfd

Browse files
authored
Merge pull request #5 from InertiaCore/dependabot/docker/dotnet/aspnet-9.0
chore(deps): bump dotnet/aspnet from 8.0 to 9.0
2 parents d473b34 + b95387f commit 45aabfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --from=frontend-build /src/wwwroot/build ./wwwroot/build
3131
RUN dotnet publish -c Release -o /app/publish /p:UseAppHost=false /p:CI=true /p:DOCKER_BUILD=true
3232

3333
# Use the official .NET 8 runtime image for the final stage
34-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
34+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS runtime
3535

3636
WORKDIR /app
3737

0 commit comments

Comments
 (0)