Skip to content

Commit

Permalink
Bump dotnet/sdk in /ch9_release/src/Tailwind.Traders.Web
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 5.0 to 6.0.101.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wulfland committed Dec 28, 2021
1 parent b59f4c2 commit 8c9562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch9_release/src/Tailwind.Traders.Web/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install
COPY ClientApp/ .
RUN npm run build

FROM mcr.microsoft.com/dotnet/sdk:5.0
FROM mcr.microsoft.com/dotnet/sdk:6.0.101
ENV BuildingDocker true
ARG BUILD_CONFIGURATION=Debug
ENV ASPNETCORE_ENVIRONMENT=Development
Expand Down

0 comments on commit 8c9562b

Please sign in to comment.