diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 3b12fe3..1ce9980 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -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 diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index 25525d3..2be4f36 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -36,7 +36,7 @@ RUN \ fish -c "fisher install edc/bass@v1.0" # 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 diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index 25525d3..2be4f36 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -36,7 +36,7 @@ RUN \ fish -c "fisher install edc/bass@v1.0" # 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