Skip to content
This repository was archived by the owner on Feb 5, 2018. It is now read-only.

Commit 5b2a1ad

Browse files
committed
Fixate version of yamledit
1 parent 75fed38 commit 5b2a1ad

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
@@ -6,7 +6,7 @@ RUN set -x && \
66
DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang-go git php-cli php-curl ruby && \
77
GOPATH=/usr/local go get -u github.com/xenolf/lego && \
88
curl -sS https://platform.sh/cli/installer | php && \
9-
curl -sS -o /opt/yamledit.rb https://raw.githubusercontent.com/dbrandenburg/yamledit/master/yamledit.rb && \
9+
curl -sS -o /opt/yamledit.rb https://raw.githubusercontent.com/dbrandenburg/yamledit/e277715d71ed5bac17e97267577dd612fcc7ee2c/yamledit.rb && \
1010
DEBIAN_FRONTEND=noninteractive apt-get purge -y -q golang-go && \
1111
apt-get clean -y -q && \
1212
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)