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
b441622564
commit
1ebe11fa63
|
@ -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…
Reference in New Issue