Skip to content

Commit 1cfa695

Browse files
chore(deps): Bump dotnet/aspnet from 9.0 to 10.0
Bumps dotnet/aspnet from 9.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 918c469 commit 1cfa695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:9.0 AS runtime
34+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
3535

3636
WORKDIR /app
3737

0 commit comments

Comments
 (0)