Skip to content

Commit

Permalink
feat: bun 1.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Nov 20, 2024
1 parent bfcc9b7 commit 0f7eff4
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-11-15T10:57:12-03:00"
install_date: "2024-11-20T13:44: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 @@ -85,7 +85,7 @@ RUN set -eux; \

# bun.sh
RUN set -eux; \
BUN_VERSION=1.1.34; \
BUN_VERSION=1.1.36;/ \
curl -fsSL https://bun.sh/install | bash -s "bun-v${BUN_VERSION}"

# Go back to 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 @@ -85,7 +85,7 @@ RUN set -eux; \

# bun.sh
RUN set -eux; \
BUN_VERSION=1.1.34; \
BUN_VERSION=1.1.36;/ \
curl -fsSL https://bun.sh/install | bash -s "bun-v${BUN_VERSION}"

# Go back to root
Expand Down

0 comments on commit 0f7eff4

Please sign in to comment.