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

This commit is contained in:
Aliaksandr Valialkin 2019-08-18 22:07:58 +03:00
parent 005aabd305
commit 0f45273e20
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.8
BUILDER_IMAGE := local/builder:go1.12.9
CERTS_IMAGE := local/certs:1.0.2
package-certs:

View file

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