deployment/docker: switch Go builder image from v1.13.0 to v1.13.1

This commit is contained in:
Aliaksandr Valialkin 2019-09-26 17:09:14 +03:00
parent 0fa6df94a2
commit fa81f82714
2 changed files with 2 additions and 2 deletions

View file

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

View file

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