1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-10 22:22:45 +02:00

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

@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.14.3 ENV ATOM_VERSION 1.15.0
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme RUN pip install acme
ENV CERTBOT_VERSION 0.11.1 ENV CERTBOT_VERSION 0.12.0
RUN buildDeps=' \ RUN buildDeps=' \
git \ git \

@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8 ENV LANG C.UTF-8
ENV IRSSI_VERSION 1.0.1 ENV IRSSI_VERSION 1.0.2
# https://otr.cypherpunks.ca/index.php#downloads # https://otr.cypherpunks.ca/index.php#downloads
ENV LIB_OTR_VERSION 4.1.1 ENV LIB_OTR_VERSION 4.1.1
# https://github.com/cryptodotis/irssi-otr/releases # https://github.com/cryptodotis/irssi-otr/releases

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python python
# Get the source # 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 \ RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

@ -1,7 +1,7 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de> 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 \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && 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 ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb

@ -8,7 +8,7 @@ RUN apk --no-cache add \
ca-certificates \ ca-certificates \
curl curl
ENV VAULT_VERSION v0.6.5 ENV VAULT_VERSION v0.7.0
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8 ENV LANG C.UTF-8
ENV ZNC_VERSION 1.6.4 ENV ZNC_VERSION 1.6.5
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \