mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
5 lines
73 B
Docker
5 lines
73 B
Docker
ARG GOLANG_VERSION=1.19.2
|
|
FROM golang:${GOLANG_VERSION}
|
|
|
|
WORKDIR /consul
|