deployment/docker: update Go builder image from go1.14.1 to go1.14.2

This commit is contained in:
Aliaksandr Valialkin 2020-04-10 18:19:34 +03:00
parent 4de6c6bbf0
commit a30c98c0bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# All these commands must run from repository root.
DOCKER_NAMESPACE := docker.io/victoriametrics
BUILDER_IMAGE := local/builder:go1.14.1
BUILDER_IMAGE := local/builder:go1.14.2
BASE_IMAGE := local/base:1.1.0
package-base:

View File

@ -1,2 +1,2 @@
FROM golang:1.14.1
FROM golang:1.14.2
STOPSIGNAL SIGINT