From 83dcd668fb94d062a4a7dd104dca51df7a04e9df Mon Sep 17 00:00:00 2001 From: Neil South Date: Fri, 17 May 2024 11:38:20 +0100 Subject: [PATCH] fix up licence and dockerfile Signed-off-by: Neil South --- Dockerfile | 2 +- doc/dependency_decisions.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5101990b..49e657bd 100755 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy as build +FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy as build # Install the tools RUN dotnet tool install --tool-path /tools dotnet-trace diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 73898a2b..d462230f 100755 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -586,6 +586,7 @@ - 8.0.1 - 8.0.2 - 8.0.3 + - 8.0.5 :when: 2022-10-14T23:37:16.793Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)