Skip to content

Commit 0ee1718

Browse files
authored
Autofix: update-tool-brew (#1577)
Co-authored-by: Autofix <[email protected]>
1 parent bd96151 commit 0ee1718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/tool-brew/Dockerfile

+1-1
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.4.31"
9+
ENV TRIGGER_REBUILD="4.4.32"
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)