deployment/docker: update Go builder from go1.13.4 to go1.13.5

This commit is contained in:
Aliaksandr Valialkin 2019-12-09 22:52:51 +02:00
parent c81a89a8ed
commit bd60dcb8ed
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.4
BUILDER_IMAGE := local/builder:go1.13.5
CERTS_IMAGE := local/certs:1.0.3
package-certs:

View file

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