mirror of
https://github.com/status-im/consul.git
synced 2025-01-17 17:22:17 +00:00
e9029ccd7a
* [NET-8368] Bump Go version
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
|