Use Debian 8.3 Docker image as some vulnerable packages have been removed

This commit is contained in:
Antonin Stefanutti 2016-02-19 18:19:29 +01:00
parent 3c1b9d794b
commit 1d20b4b74e

View File

@ -1,4 +1,4 @@
FROM debian:8
FROM debian:8.3
RUN apt-get update
@ -20,7 +20,7 @@ COPY decktape.js ./
RUN mkdir bin
RUN curl \
RUN curl -k \
-L https://astefanutti.github.io/decktape/downloads/phantomjs-linux-debian8-x86-64 \
-o bin/phantomjs