Skip to content

Commit 97024f7

Browse files
chore(deps): bump dotnet/sdk from 8.0.401 to 10.0.101 in /api
Bumps dotnet/sdk from 8.0.401 to 10.0.101. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.101 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9b72c5 commit 97024f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0.101 AS build
77
WORKDIR /src
88
COPY ["api.csproj", "."]
99
RUN dotnet restore "api.csproj"

0 commit comments

Comments
 (0)