update plexpy and routersploit versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-11 11:57:46 -04:00
parent c78d80bbdf
commit c07c507dc5
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v2.1.9
ENV PLEXPY_VERSION v2.1.12
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \

View File

@ -1,7 +1,7 @@
FROM debian:sid
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV ROUTERSPLOIT_VERSION v3.0.0
ENV ROUTERSPLOIT_VERSION v3.1.0
RUN apt-get update && apt-get install -y \
git \