Skip to content

Commit 77dc645

Browse files
dependabot[bot]khaneliman
authored andcommitted
Dockerfile: Bump dotnet/sdk from 8.0.402 to 8.0.403 in /WebApi
Bumps dotnet/sdk from 8.0.402 to 8.0.403. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95c5163 commit 77dc645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 80
66
EXPOSE 443
77

8-
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:8.0.403 AS build
99
WORKDIR /src
1010
COPY *.csproj ./
1111
RUN dotnet restore "WebApi.csproj"

0 commit comments

Comments
 (0)