Update Consul-Dev.dockerfile (#5678)

This was putting the new binary on the wrong path so this wasn't updating the docker image in any effectual way.
This commit is contained in:
Matt Keeler 2019-04-17 12:21:24 -04:00 committed by GitHub
parent b441622564
commit 1ebe11fa63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ARG CONSUL_IMAGE_VERSION=latest ARG CONSUL_IMAGE_VERSION=latest
FROM consul:${CONSUL_IMAGE_VERSION} FROM consul:${CONSUL_IMAGE_VERSION}
COPY consul /go COPY consul /bin/consul