Skip to content

Commit e71593c

Browse files
committed
Upgraded sdk/runtime.
1 parent 01cc1ef commit e71593c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
77
RUN set -xe \
@@ -11,7 +11,7 @@ RUN set -xe \
1111

1212
WORKDIR /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
1515
COPY src/Contrast.K8s.AgentOperator/Contrast.K8s.AgentOperator.csproj /source/src/Contrast.K8s.AgentOperator/
1616
COPY tests/Contrast.K8s.AgentOperator.Tests/Contrast.K8s.AgentOperator.Tests.csproj /source/tests/Contrast.K8s.AgentOperator.Tests/
1717
COPY tests/Contrast.K8s.AgentOperator.FunctionalTests/Contrast.K8s.AgentOperator.FunctionalTests.csproj /source/tests/Contrast.K8s.AgentOperator.FunctionalTests/

0 commit comments

Comments
 (0)