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 @@ -48,7 +48,7 @@ FROM build AS test
RUN install-tool bazelisk v1.27.0

# renovate: datasource=npm
RUN install-tool bun 1.2.20
RUN install-tool bun 1.2.21

# renovate: datasource=docker
RUN install-tool dart 3.9.2
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ FROM base AS teste
RUN install-tool bazelisk v1.27.0

# renovate: datasource=npm
RUN install-tool bun 1.2.20
RUN install-tool bun 1.2.21

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN install-tool bazelisk v1.27.0
FROM base AS test-bun

# renovate: datasource=npm
RUN install-tool bun 1.2.20
RUN install-tool bun 1.2.21

#--------------------------------------
# Image: devbox
Expand Down