Skip to content

Commit

Permalink
Nomad 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeak99 committed Sep 16, 2018
1 parent ebd531f commit 7105cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.7
RUN apk update \
&& apk add -t build go1.10 make musl-dev bash git \
&& apk add ca-certificates \
&& wget https://github.com/hashicorp/nomad/archive/v0.8.4.tar.gz -O /tmp/nomad.tar.gz \
&& wget https://github.com/hashicorp/nomad/archive/v0.8.5.tar.gz -O /tmp/nomad.tar.gz \
&& mkdir -p /go/src/github.com/hashicorp/nomad/ \
&& tar xvf /tmp/nomad.tar.gz --strip-components 1 -C /go/src/github.com/hashicorp/nomad/ \
&& cd /go/src/github.com/hashicorp/nomad/ \
Expand Down

0 comments on commit 7105cd6

Please sign in to comment.