mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +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
|