We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146d454 commit e730f3cCopy full SHA for e730f3c
1 file changed
docker/Dockerfile
@@ -131,11 +131,11 @@ RUN pip install virtualenv
131
# Phantomjs
132
WORKDIR /usr/local
133
134
-RUN wget -qN https://tools.ietf.org/tar/phantomjs-1.9.7-linux-x86_64.tar.bz2
135
-RUN tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
+RUN wget -qN https://tools.ietf.org/tar/phantomjs-1.9.8-linux-x86_64.tar.bz2
+RUN tar xjf phantomjs-1.9.8-linux-x86_64.tar.bz2
136
137
WORKDIR /usr/local/bin
138
-RUN ln -s /usr/local/phantomjs-1.9.7-linux-x86_64/bin/phantomjs .
+RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs .
139
140
# idnits and dependencies
141
RUN wget -q --no-check-certificate -P /usr/local/bin/ https://tools.ietf.org/tools/idnits/idnits && chmod +x /usr/local/bin/idnits
0 commit comments