deployment/docker: switch builder from go1.12.5 to go1.12.6

This commit is contained in:
Aliaksandr Valialkin 2019-06-14 09:31:56 +03:00
parent d2c801029b
commit 47e1e5eb4b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
DOCKER_NAMESPACE := victoriametrics
BUILDER_IMAGE := local/builder:go1.12.5
BUILDER_IMAGE := local/builder:go1.12.6
CERTS_IMAGE := local/certs:1.0.2
package-certs:

View file

@ -1,2 +1,2 @@
FROM golang:1.12.5
FROM golang:1.12.6
STOPSIGNAL SIGINT