deployment/docker: update Go builder from v1.13.7 to v1.13.8

This commit is contained in:
Aliaksandr Valialkin 2020-02-20 19:45:12 +02:00
parent 3c06179184
commit 5431f9cd4e
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 := docker.io/victoriametrics
BUILDER_IMAGE := local/builder:go1.13.7
BUILDER_IMAGE := local/builder:go1.13.8
CERTS_IMAGE := local/certs:1.0.3
package-certs:

View file

@ -1,2 +1,2 @@
FROM golang:1.13.7
FROM golang:1.13.8
STOPSIGNAL SIGINT