Skip to content

Commit 12375f7

Browse files
Bump dotnet/sdk from 8.0 to 9.0 in /docker
Bumps dotnet/sdk from 8.0 to 9.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '9.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8b8246 commit 12375f7

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:9.0 AS build
33
WORKDIR /src
44

55
COPY FileService/FileService.Core/FileService.Core.csproj FileService.Core/

0 commit comments

Comments
 (0)