deployment/docker: upgrade Go from v1.13.4 to v1.13.4

This commit is contained in:
Aliaksandr Valialkin 2019-11-12 03:49:01 +02:00
parent b4f44befa3
commit 630ba810f1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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