mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
8 lines
218 B
Docker
8 lines
218 B
Docker
ARG GOLANG_VERSION=1.18.1
|
|
FROM golang:${GOLANG_VERSION}
|
|
|
|
RUN go install github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master
|
|
RUN go install github.com/hashicorp/go-bindata/go-bindata@master
|
|
|
|
WORKDIR /consul
|