mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
more updates to versions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user