mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
c6be3b525b
* Docker based builds can now use the module cache * Simplify building the consul-dev docker image. * Make sure to pull the latest consul image. * Allow selecting base image version for the dev image
4 lines
84 B
Docker
4 lines
84 B
Docker
ARG CONSUL_IMAGE_VERSION=latest
|
|
FROM consul:${CONSUL_IMAGE_VERSION}
|
|
COPY consul /go
|