We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab734a commit c875d7aCopy full SHA for c875d7a
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.5.1"
+ENV TRIGGER_REBUILD="4.5.2"
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