Skip to content

Commit

Permalink
Dockerfile: Bump dotnet/sdk from 8.0.203 to 8.0.300 in /WebApi
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.203 to 8.0.300.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and khaneliman committed May 18, 2024
1 parent 3d6473b commit 58c5a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0.203 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.300 AS build
WORKDIR /src
COPY *.csproj ./
RUN dotnet restore "WebApi.csproj"
Expand Down

0 comments on commit 58c5a00

Please sign in to comment.