Skip to content

Commit fdf5b28

Browse files
chore(docker): Bump dotnet/sdk from 8.0 to 10.0
Bumps dotnet/sdk from 8.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 837335e commit fdf5b28

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
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
33
WORKDIR /src
44

55
# Copy solution and project files

0 commit comments

Comments
 (0)