Skip to content

Commit

Permalink
feat: bun v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Jun 19, 2024
1 parent 8e7b2c2 commit df297d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ddev/addon-metadata/pimp-my-shell/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pimp-my-shell
repository: .
version: ""
install_date: "2024-06-14T16:58:49-03:00"
install_date: "2024-06-19T14:15:14-03:00"
project_files:
- web-build/Dockerfile.pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell.sh
Expand Down
2 changes: 1 addition & 1 deletion .ddev/web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
fish -c "fisher install edc/[email protected]"

# bun.sh
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.13"
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.14"

# Go back to root
USER root:root
Expand Down
2 changes: 1 addition & 1 deletion web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
fish -c "fisher install edc/[email protected]"

# bun.sh
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.13"
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.14"

# Go back to root
USER root:root
Expand Down

0 comments on commit df297d3

Please sign in to comment.