File tree Expand file tree Collapse file tree 9 files changed +24
-15628
lines changed
src/lib/compositions/layout Expand file tree Collapse file tree 9 files changed +24
-15628
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
6565ENV PATH="$HOME/.cargo/bin:$PATH"
6666
6767# # Install Bun.js
68- RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0 "
68+ RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2 "
6969ENV PATH="$HOME/.bun/bin:$PATH"
7070RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts
7171
Original file line number Diff line number Diff 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.2.0 "
29+ RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2 "
3030 ENV PATH= "$HOME/.bun/bin:$PATH"
3131 # Install redpanda's rpk cli
3232 RUN apt install python3-requests -y
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ FROM base AS web-ui-builder
4444
4545# # Install Bun.js
4646RUN apt install unzip -y
47- RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.0 "
47+ RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.2.2 "
4848ENV PATH="$HOME/.bun/bin:$PATH"
4949RUN ln -s $HOME/.bun/bin/bun /usr/bin/bun
5050
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sudo apt-get install nodejs -y
1919# Install Bun
2020sudo apt-get update
2121sudo apt-get install -y ca-certificates curl gnupg unzip
22- sudo curl -fsSL https://bun.sh/install | bash -s " bun-v1.2.0 "
22+ sudo curl -fsSL https://bun.sh/install | bash -s " bun-v1.2.2 "
2323
2424# Install OpenAPI typings generator
2525sudo bun install --global @hey-api/openapi-ts
You can’t perform that action at this time.
0 commit comments