From 40f93a4fea3e1e268e318192fb5959ed21710699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:28:47 +0000 Subject: [PATCH] test(deps): update dotnet monorepo (#1572) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/Dockerfile.jammy | 2 +- test/dotnet/Dockerfile | 8 ++++---- test/dotnet/Dockerfile.arm64 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/Dockerfile.jammy b/test/Dockerfile.jammy index 8c74520f5..5967195f0 100644 --- a/test/Dockerfile.jammy +++ b/test/Dockerfile.jammy @@ -39,7 +39,7 @@ RUN install-tool dart 2.18.7 RUN install-tool docker v24.0.6 # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 7.0.401 +RUN install-tool dotnet 7.0.402 # renovate: datasource=flutter-version RUN install-tool flutter 3.0.2 diff --git a/test/dotnet/Dockerfile b/test/dotnet/Dockerfile index 31e514132..281f3e8db 100644 --- a/test/dotnet/Dockerfile +++ b/test/dotnet/Dockerfile @@ -56,11 +56,11 @@ RUN install-tool dotnet 2.2.207 RUN install-tool dotnet 3.1.415 # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 6.0.414 +RUN install-tool dotnet 6.0.415 # Test duplicate install # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 6.0.414 +RUN install-tool dotnet 6.0.415 RUN set -ex; dotnet --version | grep 6.0. USER 1000 @@ -83,7 +83,7 @@ FROM net3 as testc # only patch updates # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 6.0.414 +RUN install-tool dotnet 6.0.415 RUN set -ex; dotnet --version | grep 6.0. RUN set -ex; \ @@ -101,7 +101,7 @@ FROM net3 as testd # only patch updates # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 7.0.401 +RUN install-tool dotnet 7.0.402 RUN set -ex; dotnet --version | grep 7.0. RUN set -ex; \ diff --git a/test/dotnet/Dockerfile.arm64 b/test/dotnet/Dockerfile.arm64 index 860886740..a7dd069ff 100644 --- a/test/dotnet/Dockerfile.arm64 +++ b/test/dotnet/Dockerfile.arm64 @@ -22,7 +22,7 @@ RUN install-containerbase FROM base as test-dotnet # renovate: datasource=dotnet packageName=dotnet-sdk -RUN install-tool dotnet 7.0.401 +RUN install-tool dotnet 7.0.402 #-------------------------------------- # Image: final