Skip to content

Commit

Permalink
Docker(deps): Bump dotnet/sdk from 8.0.402 to 8.0.403 in /Izzy-Moonbot
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 07cb06a commit c7edf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Izzy-Moonbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.403 AS build
WORKDIR /src
COPY ["Izzy-Moonbot/Izzy-Moonbot.csproj", "Izzy-Moonbot/"]
RUN dotnet restore "Izzy-Moonbot/Izzy-Moonbot.csproj"
Expand Down

0 comments on commit c7edf58

Please sign in to comment.