deployment: switch builder from go1.12.6 to go1.12.7

This commit is contained in:
Aliaksandr Valialkin 2019-07-20 12:14:05 +03:00
parent fb14f23532
commit 6cd77d4847
2 changed files with 2 additions and 2 deletions

View file

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

View file

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