We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd96151 commit 0ee1718Copy full SHA for 0ee1718
chunks/tool-brew/Dockerfile
@@ -6,7 +6,7 @@ USER gitpod
6
# Dazzle does not rebuild a layer until one of its lines are changed. Increase this counter to rebuild this layer.
7
# Note that us using the actual desired version does not enforce it, it merely serves as a stamp
8
# for what the latest version was when we last rebuilt the layer
9
-ENV TRIGGER_REBUILD="4.4.31"
+ENV TRIGGER_REBUILD="4.4.32"
10
11
RUN mkdir ~/.cache && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
12
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH
0 commit comments