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
039490c355
commit
704c98a168
|
@ -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.19.0
|
ENV ATOM_VERSION 1.19.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|
|
@ -8,7 +8,7 @@ ENV GOPATH /go
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV CONSUL_VERSION v0.9.0
|
ENV CONSUL_VERSION v0.9.2
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
nghttp2 \
|
nghttp2 \
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
ENV CURL_VERSION 7.54.1
|
ENV CURL_VERSION 7.55.1
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
||||||
libmnl-dev
|
libmnl-dev
|
||||||
|
|
||||||
# https://git.zx2c4.com/WireGuard/refs/
|
# https://git.zx2c4.com/WireGuard/refs/
|
||||||
ENV WIREGUARD_VERSION 0.0.20170726
|
ENV WIREGUARD_VERSION 0.0.20170810
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user