Skip to content

Commit

Permalink
test(deps): update dependency bun to v1.1.6 (#2554)
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] committed Apr 29, 2024
1 parent 45720cc commit 04f2a1b
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 @@ -36,7 +36,7 @@ FROM build as test
RUN install-tool bazelisk v1.19.0

# renovate: datasource=npm
RUN install-tool bun 1.1.5
RUN install-tool bun 1.1.6

# 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 @@ -36,7 +36,7 @@ FROM build as test
RUN install-tool bazelisk v1.19.0

# renovate: datasource=npm
RUN install-tool bun 1.1.5
RUN install-tool bun 1.1.6

# 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 @@ -198,7 +198,7 @@ FROM base as teste
RUN install-tool bazelisk v1.19.0

# renovate: datasource=npm
RUN install-tool bun 1.1.5
RUN install-tool bun 1.1.6

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

# renovate: datasource=npm
RUN install-tool bun 1.1.5
RUN install-tool bun 1.1.6

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

0 comments on commit 04f2a1b

Please sign in to comment.