Skip to content

Commit

Permalink
test(deps): update dependency bun to v1.1.12 (#2751)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent a925361 commit 977323f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM build as test
RUN install-tool bazelisk v1.20.0

# renovate: datasource=npm
RUN install-tool bun 1.1.11
RUN install-tool bun 1.1.12

# renovate: datasource=docker
RUN install-tool dart 2.19.6
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM build as test
RUN install-tool bazelisk v1.20.0

# renovate: datasource=npm
RUN install-tool bun 1.1.11
RUN install-tool bun 1.1.12

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

# renovate: datasource=npm
RUN install-tool bun 1.1.11
RUN install-tool bun 1.1.12

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN install-tool bazelisk v1.20.0
FROM base as test-bun

# renovate: datasource=npm
RUN install-tool bun 1.1.11
RUN install-tool bun 1.1.12

#--------------------------------------
# Image: gleam
Expand Down

0 comments on commit 977323f

Please sign in to comment.