Skip to content

Commit

Permalink
feat: bun 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Jun 12, 2024
1 parent 03b3a79 commit 95afe93
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-06T18:22:54-03:00"
install_date: "2024-06-12T09:52:42-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.12"
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.13"

# 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.12"
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.13"

# Go back to root
USER root:root
Expand Down

0 comments on commit 95afe93

Please sign in to comment.