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