This repository was archived by the owner on Jan 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ ENV PATH "$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
475
475
#
476
476
# ###############################################################################
477
477
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)"
479
479
ENV PATH "/opt/buildhome/.linuxbrew/bin:$PATH"
480
480
ENV HOMEBREW_PREFIX "/opt/buildhome/.linuxbrew"
481
481
ENV HOMEBREW_CELLAR "/opt/buildhome/.linuxbrew/Cellar"
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ The specific patch versions included will depend on when the image was last buil
66
66
* Any version installable via ` binrc ` .
67
67
* Gutenburg - ` GUTENBERG_VERSION `
68
68
* Any version installable via ` binrc ` .
69
+ * Zola - ` ZOLA_VERSION `
70
+ * Any version installable via ` binrc ` .
69
71
* [ jq] ( https://stedolan.github.io/jq/ ) - 1.5
70
72
* [ ImageMagick] ( https://www.imagemagick.org ) - 6.7.7
71
73
* [ GNU Make] ( https://www.gnu.org/software/make/ ) - 3.81
You can’t perform that action at this time.
0 commit comments