mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
e8dd04d662
Update Go version to 1.20.6 This resolves [CVE-2023-29406] (https://nvd.nist.gov/vuln/detail/CVE-2023-29406) for uses of the `net/http` standard library. Note that until the follow-up to #18124 is done, the version of Go used in those impacted tests will need to remain on 1.20.5.
8 lines
141 B
Docker
8 lines
141 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
ARG GOLANG_VERSION=1.20.6
|
|
FROM golang:${GOLANG_VERSION}
|
|
|
|
WORKDIR /consul
|