Skip to content

Commit

Permalink
test(deps): update dart docker tag to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 8c43dff commit fa5ce4e
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.42

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

# 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.6.0
RUN install-tool dart 3.6.1

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.6.0
RUN install-tool dart 3.6.1

# 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.6.0
RUN install-tool dart 3.6.1

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

0 comments on commit fa5ce4e

Please sign in to comment.