mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-09 13:42:46 +02:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
a47911e401
commit
264d94ab92
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.17.0
|
ENV CERTBOT_VERSION 0.18.1
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
@ -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.2
|
ENV CONSUL_VERSION v0.9.3
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
@ -61,7 +61,6 @@ certbot/certbot
|
|||||||
hashicorp/consul
|
hashicorp/consul
|
||||||
CouchPotato/CouchPotatoServer
|
CouchPotato/CouchPotatoServer
|
||||||
curl/curl
|
curl/curl
|
||||||
opendnssec/SoftHSMv2
|
|
||||||
google/guetzli
|
google/guetzli
|
||||||
irssi/irssi
|
irssi/irssi
|
||||||
keepassxreboot/keepassxc
|
keepassxreboot/keepassxc
|
||||||
|
@ -14,7 +14,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 VAGRANT_VERSION 1.9.8
|
ENV VAGRANT_VERSION 2.0.0
|
||||||
|
|
||||||
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb
|
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ ENV GOPATH /go
|
|||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
ENV VAULT_VERSION v0.8.1
|
ENV VAULT_VERSION v0.8.2
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
@ -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.20170810
|
ENV WIREGUARD_VERSION 0.0.20170907
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user