Skip to content

Commit d7d3176

Browse files
committed
Revert "[WebConsole] Downgrade Bun version to fix CI build getting stuck"
This reverts commit 6ab0abd.
1 parent cc5987d commit d7d3176

File tree

8 files changed

+15630
-26
lines changed

8 files changed

+15630
-26
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
6565
ENV PATH="$HOME/.cargo/bin:$PATH"
6666

6767
## Install Bun.js
68-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.44"
68+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
6969
ENV PATH="$HOME/.bun/bin:$PATH"
7070
RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts
7171

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install-deps:
2626
ENV LC_ALL en_US.UTF-8
2727
ENV LANG en_US.UTF-8
2828
## Install Bun.js
29-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.44"
29+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
3030
ENV PATH="$HOME/.bun/bin:$PATH"
3131
# Install redpanda's rpk cli
3232
RUN apt install python3-requests -y

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FROM base AS web-ui-builder
4444

4545
## Install Bun.js
4646
RUN apt install unzip -y
47-
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.44"
47+
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
4848
ENV PATH="$HOME/.bun/bin:$PATH"
4949
RUN ln -s $HOME/.bun/bin/bun /usr/bin/bun
5050

web-console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sudo apt-get install nodejs -y
1919
# Install Bun
2020
sudo apt-get update
2121
sudo apt-get install -y ca-certificates curl gnupg unzip
22-
sudo curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.44"
22+
sudo curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0"
2323

2424
# Install OpenAPI typings generator
2525
sudo bun install --global @hey-api/openapi-ts

web-console/bun.lockb

-21 KB
Binary file not shown.

0 commit comments

Comments
 (0)