1ebe11fa63
This was putting the new binary on the wrong path so this wasn't updating the docker image in any effectual way.
4 lines
92 B
Docker
4 lines
92 B
Docker
ARG CONSUL_IMAGE_VERSION=latest
|
|
FROM consul:${CONSUL_IMAGE_VERSION}
|
|
COPY consul /bin/consul
|