Browse Source

Updates Go version to 1.9.1. (#3537)

pull/3539/head
James Phillips 7 years ago committed by GitHub
parent
commit
c4f34337c1
  1. 2
      scripts/consul-builder/Dockerfile

2
scripts/consul-builder/Dockerfile

@ -1,6 +1,6 @@
FROM ubuntu:trusty
ENV GOVERSION 1.9
ENV GOVERSION 1.9.1
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q \

Loading…
Cancel
Save