Skip to content

Commit c677d78

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

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
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:8.0.403 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0.100 AS build
99
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"
1010
WORKDIR /src
1111
COPY . .

0 commit comments

Comments
 (0)