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 \