Skip to content

Commit e30680b

Browse files
build(deps): Bump dotnet/aspnet from 8.0 to 9.0 in /EssentialCSharp.Web
Bumps dotnet/aspnet from 8.0 to 9.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70452a1 commit e30680b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.2
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
44
WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081

0 commit comments

Comments
 (0)