Skip to content

Commit c875d7a

Browse files
authored
Autofix: update-tool-brew (#1596)
Co-authored-by: Autofix <autofix-bot@users.noreply.github.com>
1 parent 3ab734a commit c875d7a

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