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:06 +03:00
parent 52778da1f3
commit 121be98325
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.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