File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN install-tool bazelisk v1.28.1
5050RUN install-tool bun 1.3.11
5151
5252# renovate: datasource=docker
53- RUN install-tool dart 3.11.4
53+ RUN install-tool dart 3.11.5
5454
5555# renovate: datasource=github-releases packageName=denoland/deno
5656RUN install-tool deno 2.7.12
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM build AS testa
4949USER 12021
5050
5151# renovate: datasource=docker
52- RUN install-tool dart 3.11.4
52+ RUN install-tool dart 3.11.5
5353
5454RUN set -ex; \
5555 cd a; \
@@ -65,7 +65,7 @@ RUN set -ex; \
6565FROM base AS testb
6666
6767# renovate: datasource=docker
68- RUN install-tool dart 3.11.4
68+ RUN install-tool dart 3.11.5
6969
7070# fix test file perms for openstack
7171RUN chown -R 1001 .
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838FROM base AS test-dart
3939
4040# renovate: datasource=docker
41- RUN install-tool dart 3.11.4
41+ RUN install-tool dart 3.11.5
4242
4343#--------------------------------------
4444# Image: final
You can’t perform that action at this time.
0 commit comments