From 99f6b9e4dc5be9a6b8958580bcb510f98b15445c Mon Sep 17 00:00:00 2001 From: Autofix Date: Wed, 7 May 2025 03:05:50 +0000 Subject: [PATCH] Autofix: update-tool-brew --- chunks/tool-brew/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunks/tool-brew/Dockerfile b/chunks/tool-brew/Dockerfile index 9f7e5522d..93668f2e0 100644 --- a/chunks/tool-brew/Dockerfile +++ b/chunks/tool-brew/Dockerfile @@ -6,7 +6,7 @@ USER gitpod # Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer. # Note that us using the actual desired version does not enforce it, it merely serves as a stamp # for what the latest version was when we last rebuilt the layer -ENV TRIGGER_REBUILD="4.4.32" +ENV TRIGGER_REBUILD="4.5.1" RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH