Skip to content

Commit

Permalink
deployment/docker: update Go builder from v1.14.3 to v1.14.4
Browse files Browse the repository at this point in the history
This fixes the following issue in Go runtime, which could result in program hang - golang/go#38931
  • Loading branch information
valyala committed Jun 4, 2020
1 parent a47a05d commit af49c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/Makefile
Expand Up @@ -4,7 +4,7 @@ DOCKER_NAMESPACE := victoriametrics

ROOT_IMAGE ?= alpine:3.12
CERTS_IMAGE := alpine:3.12
GO_BUILDER_IMAGE := golang:1.14.3
GO_BUILDER_IMAGE := golang:1.14.4
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr : _)
BASE_IMAGE := local/base:1.1.1-$(shell echo $(ROOT_IMAGE) | tr : _)-$(shell echo $(CERTS_IMAGE) | tr : _)

Expand Down

0 comments on commit af49c5b

Please sign in to comment.