more updates to versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-07-24 15:17:02 -07:00
parent 8209a7d3fa
commit 71e347563f
12 changed files with 14 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
g++ \
make \
nodejs \
npm \
pkgconf \
python \
yarn \
@@ -28,7 +29,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV NOMAD_VERSION v0.9.2-rc1
ENV NOMAD_VERSION v0.9.4-rc1
RUN go get github.com/hashicorp/nomad