Skip to content

Commit

Permalink
test(deps): update dart docker tag to v3.6.0 (main) (#3791)
Browse files Browse the repository at this point in the history
test(deps): update dart docker tag to v3.6.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent c65fdeb commit 8e9b5ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN install-tool bazelisk v1.25.0
RUN install-tool bun 1.1.38

# renovate: datasource=docker
RUN install-tool dart 3.5.4
RUN install-tool dart 3.6.0

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.13.7
Expand Down
4 changes: 2 additions & 2 deletions test/dart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM build AS testa
USER 12021

# renovate: datasource=docker
RUN install-tool dart 3.5.4
RUN install-tool dart 3.6.0

RUN set -ex; \
cd a; \
Expand All @@ -65,7 +65,7 @@ RUN set -ex; \
FROM base AS testb

# renovate: datasource=docker
RUN install-tool dart 3.5.4
RUN install-tool dart 3.6.0

# fix test file perms for openstack
RUN chown -R 1001 .
Expand Down
2 changes: 1 addition & 1 deletion test/dart/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-dart

# renovate: datasource=docker
RUN install-tool dart 3.5.4
RUN install-tool dart 3.6.0

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 8e9b5ee

Please sign in to comment.