Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Silvenga committed Sep 13, 2022
1 parent ccc1685 commit 4e00e24
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
Expand Up @@ -4,7 +4,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0.9 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:6.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0.401 AS build
COPY src/Contrast.K8s.AgentOperator/Contrast.K8s.AgentOperator.csproj /source/src/Contrast.K8s.AgentOperator/
COPY tests/Contrast.K8s.AgentOperator.Tests/Contrast.K8s.AgentOperator.Tests.csproj /source/tests/Contrast.K8s.AgentOperator.Tests/
COPY tests/Contrast.K8s.AgentOperator.FunctionalTests/Contrast.K8s.AgentOperator.FunctionalTests.csproj /source/tests/Contrast.K8s.AgentOperator.FunctionalTests/
Expand Down

0 comments on commit 4e00e24

Please sign in to comment.