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 6.0-alpine to 7.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 7, 2023
1 parent 99a8c0d commit 9524520
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:6.0-alpine AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine AS build

WORKDIR /source

Expand Down

0 comments on commit 9524520

Please sign in to comment.