From 907cdb3c5cae4b79b0808020de2acc89c3019888 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:47:09 +0000 Subject: [PATCH] [deps]: Update dotnet monorepo to v9 --- docker-unified/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-unified/Dockerfile b/docker-unified/Dockerfile index 6a137e1c..ad68ea48 100644 --- a/docker-unified/Dockerfile +++ b/docker-unified/Dockerfile @@ -34,7 +34,7 @@ RUN VERSION=$(cat version.txt) \ ############################################### # Build stage # ############################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS dotnet-build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS dotnet-build # Docker buildx supplies the value for this arg ARG TARGETPLATFORM @@ -171,7 +171,7 @@ RUN . /tmp/rid.txt && dotnet publish -c release -o /app/Scim --no-restore --no-s ############################################### # App stage # ############################################### -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 ARG TARGETPLATFORM LABEL com.bitwarden.product="bitwarden" LABEL com.bitwarden.project="unified"