update versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-05-25 16:41:50 -04:00
parent 79819d4263
commit e3b110208d
23 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.10 as builder
FROM golang:1.11 as builder
MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV NOMAD_VERSION v0.9.0-beta3
ENV NOMAD_VERSION v0.9.2-rc1
RUN go get github.com/hashicorp/nomad