Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 1, 2017
1 parent 6238c28 commit 2f7103d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates

ENV CONSUL_VERSION v0.8.5
ENV CONSUL_VERSION v0.9.0

RUN buildDeps=' \
bash \
Expand Down
13 changes: 3 additions & 10 deletions kernel-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
FROM debian:sid
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
gnupg \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN echo "deb [arch=amd64,arm64,ppc64el] http://emdebian.org/tools/debian/ unstable main" > /etc/apt/sources.list.d/crosstools.list
RUN curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -

RUN dpkg --add-architecture arm64 \
&& dpkg --add-architecture ppc64el \
&& apt-get update && apt-get install -y \
ca-certificates \
curl \
gnupg \
crossbuild-essential-arm64 \
crossbuild-essential-ppc64el \
git \
Expand Down
2 changes: 1 addition & 1 deletion micro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep <[email protected]>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

ENV MICRO_VERSION v1.2.0
ENV MICRO_VERSION v1.3.0

RUN buildDeps=' \
go \
Expand Down
2 changes: 1 addition & 1 deletion tarsnap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache \
gnupg \
&& rm -rf /var/lib/apt/lists/*

ENV TARSNAP_VERSION 1.0.38
ENV TARSNAP_VERSION 1.0.39

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down
4 changes: 3 additions & 1 deletion tor-browser/alpha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /dev/snd:/dev/snd \
# -v /dev/shm:/dev/shm \
# -v /etc/machine-id:/etc/machine-id:ro \
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha
#
Expand Down Expand Up @@ -29,7 +31,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8

# https://www.torproject.org/projects/torbrowser.html.en
ENV TOR_VERSION 7.5a1
ENV TOR_VERSION 7.5a2
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

# download tor and check signature
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates

ENV VAULT_VERSION v0.7.3
ENV VAULT_VERSION v0.8.0-beta1

RUN buildDeps=' \
bash \
Expand Down
2 changes: 1 addition & 1 deletion wireguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk add --no-cache \
libmnl-dev

# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20170706
ENV WIREGUARD_VERSION 0.0.20170726

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit 2f7103d

Please sign in to comment.