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

Commit 845d2da

Browse files
authored
Pin homebrew install to a specific commit
This prevents breaking changes if something in master broke the script, and fixes the installation path that's currently broken.
1 parent 3b761ab commit 845d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)