Skip to content

Commit

Permalink
build(deps): Bump dotnet/sdk in /EssentialCSharp.Web
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.302 to 8.0.302-1.

---
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] committed Jun 24, 2024
1 parent 8a27f3a commit 8393e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialCSharp.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
EXPOSE 8080
EXPOSE 8081

FROM mcr.microsoft.com/dotnet/sdk:8.0.302 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"
WORKDIR /src
COPY . .
Expand Down

0 comments on commit 8393e9f

Please sign in to comment.