Skip to content

Commit 0727fd4

Browse files
authored
Upgrade .NET SDK version to 9.0 in Dockerfile
1 parent 6fffb41 commit 0727fd4

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
ARG CONFIGURATION="Release"
22
ARG NUGET_PACKAGE_VERSION="1.0.0"
33
ARG COMPANIES_HOUSE_API_KEY
4-
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS restore
4+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS restore
55

66
ARG CONFIGURATION
77

@@ -44,4 +44,4 @@ COPY --from=pack /artifacts/*.snupkg /artifacts/
4444
COPY --from=test /tests/CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Extensions.Microsoft.DependencyInjection.Tests/
4545
COPY --from=test /tests/CompaniesHouse.IntegrationTests/TestResults/*.trx /TestResults/CompaniesHouse.IntegrationTests/
4646
COPY --from=test /tests/CompaniesHouse.ScenarioTests/TestResults/*.trx /TestResults/CompaniesHouse.ScenarioTests/
47-
COPY --from=test /tests/CompaniesHouse.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Tests/
47+
COPY --from=test /tests/CompaniesHouse.Tests/TestResults/*.trx /TestResults/CompaniesHouse.Tests/

0 commit comments

Comments
 (0)