Browse Source

Merge pull request #2888 from hashicorp/go-1.8.1

Upgrades Go version to 1.8.1.
pull/1081/merge
James Phillips 8 years ago committed by GitHub
parent
commit
89a93da475
  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