Skip to content

Commit 67093c1

Browse files
authored
Autofix: update-tool-brew (#1652)
Co-authored-by: Autofix <[email protected]>
1 parent 01d7997 commit 67093c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/tool-brew/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER gitpod
66
# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
77
# Note that us using the actual desired version does not enforce it, it merely serves as a stamp
88
# for what the latest version was when we last rebuilt the layer
9-
ENV TRIGGER_REBUILD="4.5.13"
9+
ENV TRIGGER_REBUILD="4.6.0"
1010

1111
RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1212
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH

0 commit comments

Comments
 (0)