deployment/docker: upgrade Go builder from go1.13.1 to go1.13.3

This commit is contained in:
Aliaksandr Valialkin 2019-10-20 23:49:46 +03:00
parent b3c946e35a
commit 32600ba4fc
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,2 +1,2 @@
FROM golang:1.13.1
FROM golang:1.13.3
STOPSIGNAL SIGINT