Skip to content

Commit 1fd8621

Browse files
test(deps): update dependency bun to v1.2.5 (main) (#4252)
test(deps): update dependency bun to v1.2.5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bba9da commit 1fd8621

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.2.4
51+
RUN install-tool bun 1.2.5
5252

5353
# renovate: datasource=docker
5454
RUN install-tool dart 3.7.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.2.4
216+
RUN install-tool bun 1.2.5
217217

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

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.2.4
49+
RUN install-tool bun 1.2.5
5050

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

0 commit comments

Comments
 (0)