From 0f7eff498a7c86335c01df98541d5c6292db9dc7 Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Wed, 20 Nov 2024 13:44:25 -0300 Subject: [PATCH] feat: bun 1.1.36 --- .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 ab146b0..a375812 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-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 diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index f36191a..981ec9b 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -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 diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index f36191a..981ec9b 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -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