diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 6c71c5f..8133fc4 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v2.0.24 +ENV PLEXPY_VERSION v2.0.25 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/terraform/Dockerfile b/terraform/Dockerfile index 49ffb61..c91d7ec 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -7,7 +7,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV TERRAFORM_VERSION v0.11.4 +ENV TERRAFORM_VERSION v0.11.5 RUN buildDeps=' \ bash \ diff --git a/vault/Dockerfile b/vault/Dockerfile index 7aeee23..4e1d076 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -7,7 +7,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV VAULT_VERSION v0.9.5 +ENV VAULT_VERSION v0.9.6 RUN buildDeps=' \ bash \