Browse Source

Merge pull request #2260 from hashicorp/f-go-1.6.3

Upgrades to Go 1.6.3.
pull/2261/head
James Phillips 8 years ago committed by GitHub
parent
commit
5fe69d6ad6
  1. 2
      scripts/consul-builder/Dockerfile

2
scripts/consul-builder/Dockerfile

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

Loading…
Cancel
Save