Skip to content

Commit

Permalink
Upgraded sdk/runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Dec 13, 2022
1 parent 01cc1ef commit e71593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
# See the LICENSE file in the project root for more information.

FROM mcr.microsoft.com/dotnet/aspnet:6.0.10 AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0.12 AS base

# To aid in debugging.
RUN set -xe \
Expand All @@ -11,7 +11,7 @@ RUN set -xe \

WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:6.0.403 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0.404 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 e71593c

Please sign in to comment.