mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
e81f6aeed0
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
|