Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
build(deps): bump dotnet/sdk in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 7.0-alpine to 8.0-alpine.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and abdfnx committed Nov 16, 2023
1 parent 4f2e292 commit 91851c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/csharp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .

RUN botway docker-init

FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build

WORKDIR /source

Expand Down

0 comments on commit 91851c7

Please sign in to comment.