mirror of https://github.com/hashicorp/consul
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
parent
d909766403
commit
e81f6aeed0
|
@ -1,3 +1,3 @@
|
|||
ARG CONSUL_IMAGE_VERSION=latest
|
||||
FROM consul:${CONSUL_IMAGE_VERSION}
|
||||
COPY consul /go
|
||||
COPY consul /bin/consul
|
||||
|
|
Loading…
Reference in New Issue