From c07c507dc5b38713ee85c832b599c2d968af4594 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 11 Jun 2018 11:57:46 -0400 Subject: [PATCH] update plexpy and routersploit versions Signed-off-by: Jess Frazelle --- plexpy/Dockerfile | 2 +- routersploit/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 4a081c7..7886abc 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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 \ diff --git a/routersploit/Dockerfile b/routersploit/Dockerfile index fe6b788..35160f0 100644 --- a/routersploit/Dockerfile +++ b/routersploit/Dockerfile @@ -1,7 +1,7 @@ FROM debian:sid LABEL maintainer "Christian Koep " -ENV ROUTERSPLOIT_VERSION v3.0.0 +ENV ROUTERSPLOIT_VERSION v3.1.0 RUN apt-get update && apt-get install -y \ git \