From 7ddbfd935ed99ce7b50ed3da8fb6568453016a90 Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Fri, 20 Dec 2024 11:42:54 -0300 Subject: [PATCH] feat: bun 1.1.41 --- .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 4d33e6b..1e9f0b4 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-18T18:29:01-03:00" +install_date: "2024-12-20T11:42:41-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 a1fc6bc..efbc9bf 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.40; \ + BUN_VERSION=1.1.41; \ 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 a1fc6bc..efbc9bf 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.40; \ + BUN_VERSION=1.1.41; \ 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