Skip to content
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.27.0
RUN install-tool bun 1.2.21

# renovate: datasource=docker
RUN install-tool dart 3.9.2
RUN install-tool dart 3.9.3

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.16.0
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.9.2
RUN install-tool dart 3.9.3

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.9.2
RUN install-tool dart 3.9.3

# 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.9.2
RUN install-tool dart 3.9.3

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