mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -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.19.0
|
||||
ENV ATOM_VERSION 1.19.1
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
||||
@@ -8,7 +8,7 @@ ENV GOPATH /go
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV CONSUL_VERSION v0.9.0
|
||||
ENV CONSUL_VERSION v0.9.2
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||
nghttp2 \
|
||||
openssl
|
||||
|
||||
ENV CURL_VERSION 7.54.1
|
||||
ENV CURL_VERSION 7.55.1
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
||||
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
||||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20170726
|
||||
ENV WIREGUARD_VERSION 0.0.20170810
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
||||
Reference in New Issue
Block a user