Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dart docker tag to v3.5.4 (main) #3452

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22.0
RUN install-tool bun 1.1.30

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

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v27.3.1
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.2
RUN install-tool dart 3.5.4

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.2
RUN install-tool dart 3.5.4

# 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.2
RUN install-tool dart 3.5.4

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