deployment/docker: update Go builder from v1.19.2 to v1.19.3

See https://github.com/golang/go/issues?q=milestone%3AGo1.19.3+label%3ACherryPickApproved
This commit is contained in:
Aliaksandr Valialkin 2022-11-05 10:16:45 +02:00
parent 8b08761c56
commit 3ddab2d789
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.18.4 as build-web-stage
FROM golang:1.19.3 as build-web-stage
COPY build /build
WORKDIR /build

View file

@ -4,7 +4,7 @@ DOCKER_NAMESPACE := victoriametrics
ROOT_IMAGE ?= alpine:3.16.2
CERTS_IMAGE := alpine:3.16.2
GO_BUILDER_IMAGE := golang:1.19.2-alpine
GO_BUILDER_IMAGE := golang:1.19.3-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)

View file

@ -15,6 +15,8 @@ The following tip changes can be tested by building VictoriaMetrics components f
## v1.79.x long-time support release (LTS)
* SECURITY: update Go builder to v1.19.3. This fixes [CVE-2022 security issue](https://github.com/golang/go/issues/56328). See [the changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.19.3+label%3ACherryPickApproved).
## [v1.79.4](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.79.4)

View file

@ -1,4 +1,4 @@
GO_VERSION ?=1.18.1
GO_VERSION ?=1.19.3
SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)