update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-08-03 22:06:04 -04:00
parent 6399c6ee55
commit 4b52e624dc
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 8 additions and 4 deletions

View File

@ -41,7 +41,7 @@ RUN set -x \
&& firefox --version
# Install browsh.
ENV BROWSH_VERSION 1.4.10
ENV BROWSH_VERSION 1.4.12
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
&& chmod a+x /home/browsh/bin/browsh

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV CONSUL_VERSION v1.2.1
ENV CONSUL_VERSION v1.2.2
RUN go get github.com/hashicorp/consul

View File

@ -2,17 +2,21 @@ FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
bridge-utils \
gcc \
libxslt-dev \
libxml2-dev \
libvirt0 \
libvirt-dev \
make \
pkg-config \
qemu-kvm \
ruby-dev \
ruby-fog \
zlib1g-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& ldconfig -p
ENV VAGRANT_VERSION 2.1.2

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20180718
ENV WIREGUARD_VERSION 0.0.20180802
RUN set -x \
&& apk add --no-cache --virtual .build-deps \