Skip to content

Commit

Permalink
feat: bun 1.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Dec 18, 2024
1 parent 28a5677 commit 0d9c16b
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-12-16T11:08:31-03:00"
install_date: "2024-12-18T16:30:45-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 @@ -93,7 +93,7 @@ RUN set -eux; \

# bun.sh - it's installed by on the user as it adds stuff to .bashrc
RUN set -eux; \
BUN_VERSION=1.1.38; \
BUN_VERSION=1.1.40; \
curl -fsSL https://bun.sh/install | bash -s "bun-v${BUN_VERSION}"

# go tools - it's installed on the user so so that bin and pkgs are available on the user's home
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 @@ -93,7 +93,7 @@ RUN set -eux; \

# bun.sh - it's installed by on the user as it adds stuff to .bashrc
RUN set -eux; \
BUN_VERSION=1.1.38; \
BUN_VERSION=1.1.40; \
curl -fsSL https://bun.sh/install | bash -s "bun-v${BUN_VERSION}"

# go tools - it's installed on the user so so that bin and pkgs are available on the user's home
Expand Down

0 comments on commit 0d9c16b

Please sign in to comment.