From d5f2f0031a9897bb31f42a54f21135de3b950753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:23:22 +0000 Subject: [PATCH] test(deps): update dart docker tag to v3.9.3 --- test/Dockerfile.distro | 2 +- test/dart/Dockerfile | 4 ++-- test/dart/Dockerfile.arm64 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 8160f631ed..5ce711c699 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -51,7 +51,7 @@ RUN install-tool bazelisk v1.27.0 RUN install-tool bun 1.2.21 # renovate: datasource=docker -RUN install-tool dart 3.9.2 +RUN install-tool dart 3.9.3 # renovate: datasource=github-releases packageName=jetify-com/devbox RUN install-tool devbox 0.16.0 diff --git a/test/dart/Dockerfile b/test/dart/Dockerfile index 18e2a289d8..35adde17d2 100644 --- a/test/dart/Dockerfile +++ b/test/dart/Dockerfile @@ -49,7 +49,7 @@ FROM build AS testa USER 12021 # renovate: datasource=docker -RUN install-tool dart 3.9.2 +RUN install-tool dart 3.9.3 RUN set -ex; \ cd a; \ @@ -65,7 +65,7 @@ RUN set -ex; \ FROM base AS testb # renovate: datasource=docker -RUN install-tool dart 3.9.2 +RUN install-tool dart 3.9.3 # fix test file perms for openstack RUN chown -R 1001 . diff --git a/test/dart/Dockerfile.arm64 b/test/dart/Dockerfile.arm64 index 7e8ab087e0..0a53e6ef3b 100644 --- a/test/dart/Dockerfile.arm64 +++ b/test/dart/Dockerfile.arm64 @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL FROM base AS test-dart # renovate: datasource=docker -RUN install-tool dart 3.9.2 +RUN install-tool dart 3.9.3 #-------------------------------------- # Image: final