update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-02 12:08:26 -08:00
parent 682475d05b
commit 0a0c49c90f
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.12.5
ENV ATOM_VERSION 1.12.6
# download the source
RUN buildDeps=' \

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
ca-certificates \
curl
ENV CONSUL_VERSION v0.7.0
ENV CONSUL_VERSION v0.7.1
RUN buildDeps=' \
bash \

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \
openssl
ENV CURL_VERSION 7.50.3
ENV CURL_VERSION 7.51.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -28,7 +28,7 @@ get_latest() {
local dir=${repo#*/}
local current=$(cat "${dir}/Dockerfile" | grep -m 1 VERSION | awk '{print $(NF)}')
if [[ "$tag" =~ "$current" ]]; then
if [[ "$tag" =~ "$current" ]] || [[ "$name" =~ "$current" ]]; then
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
else
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | https://github.com/${repo}/releases"

View File

@ -4,7 +4,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV MICRO_VERSION v1.1.0
ENV MICRO_VERSION v1.1.2
RUN buildDeps=' \
go \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v1.4.12
ENV PLEXPY_VERSION v1.4.16
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
git \

View File

@ -1,7 +1,7 @@
FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV POWERSHELL_VERSION 6.0.0-alpha.10
ENV POWERSHELL_VERSION 6.0.0-alpha.13
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 1.8.6
ENV VAGRANT_VERSION 1.9.0
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb