Skip to content

Commit

Permalink
Bump dotnet/sdk from 6.0 to 8.0.101
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 6.0 to 8.0.101.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c542589 commit 53dd61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build
WORKDIR /src
COPY ["src/IIIFAuth2/IIIFAuth2.API/IIIFAuth2.API.csproj", "IIIFAuth2.API/"]
RUN dotnet restore "IIIFAuth2.API/IIIFAuth2.API.csproj"
Expand Down

0 comments on commit 53dd61c

Please sign in to comment.