File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
22# See the LICENSE file in the project root for more information.
33
4- FROM mcr.microsoft.com/dotnet/aspnet:6.0.10 AS base
4+ FROM mcr.microsoft.com/dotnet/aspnet:6.0.12 AS base
55
66# To aid in debugging.
77RUN set -xe \
@@ -11,7 +11,7 @@ RUN set -xe \
1111
1212WORKDIR /app
1313
14- FROM mcr.microsoft.com/dotnet/sdk:6.0.403 AS build
14+ FROM mcr.microsoft.com/dotnet/sdk:6.0.404 AS build
1515COPY src/Contrast.K8s.AgentOperator/Contrast.K8s.AgentOperator.csproj /source/src/Contrast.K8s.AgentOperator/
1616COPY tests/Contrast.K8s.AgentOperator.Tests/Contrast.K8s.AgentOperator.Tests.csproj /source/tests/Contrast.K8s.AgentOperator.Tests/
1717COPY tests/Contrast.K8s.AgentOperator.FunctionalTests/Contrast.K8s.AgentOperator.FunctionalTests.csproj /source/tests/Contrast.K8s.AgentOperator.FunctionalTests/
You can’t perform that action at this time.
0 commit comments