Skip to content

Commit e730f3c

Browse files
committed
Upgraded phantomjs in the docker image to 1.9.8.
- Legacy-Id: 13164
1 parent 146d454 commit e730f3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ RUN pip install virtualenv
131131
# Phantomjs
132132
WORKDIR /usr/local
133133

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
134+
RUN wget -qN https://tools.ietf.org/tar/phantomjs-1.9.8-linux-x86_64.tar.bz2
135+
RUN tar xjf phantomjs-1.9.8-linux-x86_64.tar.bz2
136136

137137
WORKDIR /usr/local/bin
138-
RUN ln -s /usr/local/phantomjs-1.9.7-linux-x86_64/bin/phantomjs .
138+
RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs .
139139

140140
# idnits and dependencies
141141
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

Comments
 (0)