update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-20 16:00:34 -07:00
parent f855542e10
commit dd69bc0fa6
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de>
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 \

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

View File

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

View File

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