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 f9e1d32168
commit 14edd122a6
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 := 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