Browse Source

Upgrades Go version to 1.8.1.

pull/2888/head
James Phillips 8 years ago
parent
commit
acaa18751d
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
  1. 2
      scripts/consul-builder/Dockerfile

2
scripts/consul-builder/Dockerfile

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

Loading…
Cancel
Save