Skip to content

Commit 2862959

Browse files
dependabot[bot]khaneliman
authored andcommitted
Dockerfile: Bump dotnet/sdk from 8.0.302-1 to 8.0.303 in /WebApi
Bumps dotnet/sdk from 8.0.302-1 to 8.0.303. --- 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 339e012 commit 2862959

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.302-1 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS build
99
WORKDIR /src
1010
COPY *.csproj ./
1111
RUN dotnet restore "WebApi.csproj"

0 commit comments

Comments
 (0)