mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 13:17:36 +00:00
8 lines
146 B
Docker
8 lines
146 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
ARG GOLANG_VERSION
|
|
FROM golang:${GOLANG_VERSION}-alpine3.19
|
|
|
|
WORKDIR /consul
|