From 0d9c16b5f8908a886e3d6d8001405f96c9cf371d Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Wed, 18 Dec 2024 16:30:55 -0300 Subject: [PATCH] feat: bun 1.1.40 --- .ddev/addon-metadata/pimp-my-shell/manifest.yaml | 2 +- .ddev/web-build/Dockerfile.pimp-my-shell | 2 +- web-build/Dockerfile.pimp-my-shell | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 3e760ab..78aa90c 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-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 diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index d5e946a..541c2ac 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -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 diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index d5e946a..541c2ac 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -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