latest versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-07-13 09:57:52 -04:00
parent 2dc6d78847
commit 23628457c8
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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 \