update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-02-26 15:42:03 -08:00
parent 3cd592d940
commit 9220de983b
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 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.1
ENV ATOM_VERSION 1.14.3
# download the source
RUN buildDeps=' \

View File

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

View File

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

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.15
ENV POWERSHELL_VERSION 6.0.0-alpha.16
RUN apt-get update && apt-get install -y \
ca-certificates \