mirror of https://github.com/status-im/consul.git
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:
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