From 72ee65a2bd28a6817fded60d24845a54571063c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:54:59 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v9 --- log-server/Dockerfile | 2 +- sample/Dockerfile | 2 +- sample/sample.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log-server/Dockerfile b/log-server/Dockerfile index 1a62228..ae84f85 100644 --- a/log-server/Dockerfile +++ b/log-server/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine WORKDIR /dotnetapp diff --git a/sample/Dockerfile b/sample/Dockerfile index 0fd0181..371c6dc 100644 --- a/sample/Dockerfile +++ b/sample/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine WORKDIR /dotnetapp diff --git a/sample/sample.csproj b/sample/sample.csproj index e0a3a89..82bb6a9 100644 --- a/sample/sample.csproj +++ b/sample/sample.csproj @@ -8,7 +8,7 @@ - +