Skip to content

Commit 8017b96

Browse files
authored
Merge pull request #53 from CapstoneProjectCMC/dependabot/docker/docker/main/dotnet/sdk-9.0
Bump dotnet/sdk from 8.0 to 9.0 in /docker
2 parents d380a4e + 12375f7 commit 8017b96

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)