Skip to content

Commit 6df8118

Browse files
test(deps): update dependency bun to v1.3.12 (main) (#6427)
test(deps): update dependency bun to v1.3.12 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ccd7671 commit 6df8118

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
@@ -47,7 +47,7 @@ FROM build AS test
4747
RUN install-tool bazelisk v1.28.1
4848

4949
# renovate: datasource=npm
50-
RUN install-tool bun 1.3.11
50+
RUN install-tool bun 1.3.12
5151

5252
# renovate: datasource=docker
5353
RUN install-tool dart 3.11.5

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.28.1
221221

222222
# renovate: datasource=npm
223-
RUN install-tool bun 1.3.11
223+
RUN install-tool bun 1.3.12
224224

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

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

4848
# renovate: datasource=npm
49-
RUN install-tool bun 1.3.11
49+
RUN install-tool bun 1.3.12
5050

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

0 commit comments

Comments
 (0)