update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-11 09:29:47 -04:00
parent fb9e518a86
commit e07ca3c24e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CRIO_VERSION v1.9.11
ENV CRIO_VERSION v1.9.12
ENV GO_VERSION 1.9.4
ENV PLUGINS_VERSION v0.7.1
ENV RUNC_VERSION v0.1.1

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
openjdk8
# https://github.com/bazelbuild/bazel/releases
ENV BAZEL_VERSION 0.12.0
ENV BAZEL_VERSION 0.13.0
# https://gerrit.googlesource.com/gitiles/
ENV GITILES_VERSION v0.2-1

View File

@ -11,7 +11,7 @@
FROM alpine:edge
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.3.1
ENV KEEPASSXC_VERSION 2.3.3
RUN buildDeps=' \
automake \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v2.0.28
ENV PLEXPY_VERSION v2.1.4
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.1.0-preview.1
ENV POWERSHELL_VERSION 6.1.0-preview.2
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 2.0.4
ENV VAGRANT_VERSION 2.1.1
# download the source
RUN buildDeps=' \

View File

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

View File

@ -1,6 +1,6 @@
FROM java:8-alpine
ENV ZOOKEEPER_VERSION 3.5.3-beta
ENV ZOOKEEPER_VERSION 3.5.4-rc0
ENV PATH $PATH:/opt/zookeeper/bin/
# the start files for zookeeper use bash