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 @@ -51,7 +51,7 @@ RUN install-tool bazelisk v1.27.0
5151RUN install-tool bun 1.3.3
5252
5353# renovate: datasource=docker
54- RUN install-tool dart 3.10.2
54+ RUN install-tool dart 3.10.3
5555
5656# renovate: datasource=github-releases packageName=denoland/deno
5757RUN install-tool deno 2.5.6
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.10.2
52+ RUN install-tool dart 3.10.3
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.10.2
68+ RUN install-tool dart 3.10.3
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.10.2
41+ RUN install-tool dart 3.10.3
4242
4343#--------------------------------------
4444# Image: final
You can’t perform that action at this time.
0 commit comments