Skip to content

Commit a32b9a6

Browse files
Bump dotnet/sdk from 8.0 to 10.0 in /docker
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] <[email protected]>
1 parent 74c72df commit a32b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/file-service.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 project files to leverage restore cache

0 commit comments

Comments
 (0)