Browse Source

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.
pull/5698/head
Matt Keeler 6 years ago committed by GitHub
parent
commit
e81f6aeed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build-support/docker/Consul-Dev.dockerfile

2
build-support/docker/Consul-Dev.dockerfile

@ -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

Loading…
Cancel
Save