Browse Source

Merge pull request #2040 from hashicorp/go-1.6.2

Upgrades to Go 1.6.2.
pull/2055/head
James Phillips 9 years ago
parent
commit
8ff2722a8a
  1. 2
      scripts/consul-builder/Dockerfile

2
scripts/consul-builder/Dockerfile

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

Loading…
Cancel
Save