From dd69bc0fa6bca6d521851cdd904ef5fe17a750e4 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 20 Mar 2017 16:00:34 -0700 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- certbot/Dockerfile | 2 +- irssi/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- powershell/Dockerfile | 2 +- vagrant/Dockerfile | 2 +- vault/Dockerfile | 2 +- znc/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 62dec43..15f16f6 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.14.3 +ENV ATOM_VERSION 1.15.0 # download the source RUN buildDeps=' \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 589b1b8..c2020a1 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.11.1 +ENV CERTBOT_VERSION 0.12.0 RUN buildDeps=' \ git \ diff --git a/irssi/Dockerfile b/irssi/Dockerfile index ffae35a..21285c8 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \ ENV LANG C.UTF-8 -ENV IRSSI_VERSION 1.0.1 +ENV IRSSI_VERSION 1.0.2 # https://otr.cypherpunks.ca/index.php#downloads ENV LIB_OTR_VERSION 4.1.1 # https://github.com/cryptodotis/irssi-otr/releases diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 0209a30..3017144 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v1.4.16 +ENV PLEXPY_VERSION v1.4.17 RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 94c47b4..5487f34 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 MAINTAINER Christian Koep -ENV POWERSHELL_VERSION 6.0.0-alpha.16 +ENV POWERSHELL_VERSION 6.0.0-alpha.17 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 5e56843..469e8f2 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV VAGRANT_VERSION 1.9.1 +ENV VAGRANT_VERSION 1.9.2 ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb diff --git a/vault/Dockerfile b/vault/Dockerfile index 7f55664..dae6ff2 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -8,7 +8,7 @@ RUN apk --no-cache add \ ca-certificates \ curl -ENV VAULT_VERSION v0.6.5 +ENV VAULT_VERSION v0.7.0 RUN buildDeps=' \ bash \ diff --git a/znc/Dockerfile b/znc/Dockerfile index bbbf549..b065457 100644 --- a/znc/Dockerfile +++ b/znc/Dockerfile @@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \ ENV LANG C.UTF-8 -ENV ZNC_VERSION 1.6.4 +ENV ZNC_VERSION 1.6.5 RUN set -x \ && apk add --no-cache --virtual .build-deps \