From 23628457c802c33c85fd9faa0a8c1cc75db55f17 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 13 Jul 2017 09:57:52 -0400 Subject: [PATCH] latest versions Signed-off-by: Jess Frazelle --- certbot/Dockerfile | 2 +- irssi/Dockerfile | 2 +- vagrant/Dockerfile | 2 +- wireguard/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 846d633..c914b90 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.15.0 +ENV CERTBOT_VERSION 0.16.0 RUN buildDeps=' \ git \ diff --git a/irssi/Dockerfile b/irssi/Dockerfile index 56fbe97..d4037e8 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.3 +ENV IRSSI_VERSION 1.0.4 # https://otr.cypherpunks.ca/index.php#downloads ENV LIB_OTR_VERSION 4.1.1 # https://github.com/cryptodotis/irssi-otr/releases diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index a82a631..2e8cd80 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.6 +ENV VAGRANT_VERSION 1.9.7 ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 79a83a6..302f384 100644 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20170629 +ENV WIREGUARD_VERSION 0.0.20170706 RUN set -x \ && apk add --no-cache --virtual .build-deps \