mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
3cd592d940
commit
9220de983b
|
@ -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=' \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user