deployment/docker: switch Go builder from go1.12.7 to go1.12.8

This commit is contained in:
Aliaksandr Valialkin 2019-08-15 20:40:07 +03:00
parent 5bb61b8b38
commit 9e0896055d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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