Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 8a965d0

Browse files
authored
Merge pull request #502 from netlify/fix_homebrew_install
Pin homebrew install to a specific commit
2 parents 3b761ab + 845d2da commit 8a965d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ ENV PATH "$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
475475
#
476476
################################################################################
477477
USER buildbot
478-
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
478+
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/calavera/install/fc565dc04a2035287b90de7eab16933e59827734/install.sh)"
479479
ENV PATH "/opt/buildhome/.linuxbrew/bin:$PATH"
480480
ENV HOMEBREW_PREFIX "/opt/buildhome/.linuxbrew"
481481
ENV HOMEBREW_CELLAR "/opt/buildhome/.linuxbrew/Cellar"

0 commit comments

Comments
 (0)