Skip to content

Commit c51710f

Browse files
test(deps): update dependency bun to v1.3.4 (main) (#5580)
test(deps): update dependency bun to v1.3.4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83e3791 commit c51710f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.27.0
4949

5050
# renovate: datasource=npm
51-
RUN install-tool bun 1.3.3
51+
RUN install-tool bun 1.3.4
5252

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

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ FROM base AS teste
220220
RUN install-tool bazelisk v1.27.0
221221

222222
# renovate: datasource=npm
223-
RUN install-tool bun 1.3.3
223+
RUN install-tool bun 1.3.4
224224

225225
# renovate: datasource=github-releases packageName=denoland/deno
226226
RUN install-tool deno 2.5.6

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.27.0
4646
FROM base AS test-bun
4747

4848
# renovate: datasource=npm
49-
RUN install-tool bun 1.3.3
49+
RUN install-tool bun 1.3.4
5050

5151
#--------------------------------------
5252
# Image: deno

0 commit comments

Comments
 (0)