Skip to content

Commit dfcdefc

Browse files
authoredJan 25, 2025··
test(deps): update dependency bun to v1.2.0 (main) (#4002)
test(deps): update dependency bun to v1.2.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
·
13.14.213.7.2
1 parent 5e75edc commit dfcdefc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎test/Dockerfile.distro‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FROM build AS test
4848
RUN install-tool bazelisk v1.25.0
4949

5050
# renovate: datasource=npm
51-
RUN install-tool bun 1.1.45
51+
RUN install-tool bun 1.2.0
5252

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

‎test/latest/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ FROM base AS teste
213213
RUN install-tool bazelisk v1.25.0
214214

215215
# renovate: datasource=npm
216-
RUN install-tool bun 1.1.45
216+
RUN install-tool bun 1.2.0
217217

218218
# renovate: datasource=github-releases packageName=jetify-com/devbox
219219
RUN install-tool devbox 0.13.7

‎test/latest/Dockerfile.arm64‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN install-tool bazelisk v1.25.0
4646
FROM base AS test-bun
4747

4848
# renovate: datasource=npm
49-
RUN install-tool bun 1.1.45
49+
RUN install-tool bun 1.2.0
5050

5151
#--------------------------------------
5252
# Image: devbox

0 commit comments

Comments
 (0)
Please sign in to comment.