mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 06:35:51 +03:00
Use Debian 8.3 Docker image as some vulnerable packages have been removed
This commit is contained in:
parent
3c1b9d794b
commit
1d20b4b74e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user