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@microsoft.com>
This commit is contained in:
parent
6fc212a6da
commit
0e8bd1427e
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||
|
||||
RUN pip install acme
|
||||
|
||||
ENV CERTBOT_VERSION 0.20.0
|
||||
ENV CERTBOT_VERSION 0.21.1
|
||||
|
||||
RUN buildDeps=' \
|
||||
git \
|
||||
|
|
|
@ -8,7 +8,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV CONSUL_VERSION v1.0.2
|
||||
ENV CONSUL_VERSION v1.0.3
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV COREDNS_VERSION v1.0.3
|
||||
ENV COREDNS_VERSION v1.0.5
|
||||
|
||||
RUN buildDeps=' \
|
||||
go \
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
nghttp2 \
|
||||
openssl
|
||||
|
||||
ENV CURL_VERSION 7.57.0
|
||||
ENV CURL_VERSION 7.58.0
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
|||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
||||
ENV MICRO_VERSION v1.3.4
|
||||
ENV MICRO_VERSION v1.4.0
|
||||
|
||||
RUN buildDeps=' \
|
||||
go \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:16.04
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0
|
||||
ENV POWERSHELL_VERSION 6.0.1
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
|
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV VAULT_VERSION v0.9.1
|
||||
ENV VAULT_VERSION v0.9.3
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20171221
|
||||
ENV WIREGUARD_VERSION 0.0.20180118
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user