mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
deployment/docker: update Go builder from v1.13.6 to v1.13.7
This commit is contained in:
parent
011a79da85
commit
c0b69ed06e
@ -1,7 +1,7 @@
|
||||
# All these commands must run from repository root.
|
||||
|
||||
DOCKER_NAMESPACE := docker.io/victoriametrics
|
||||
BUILDER_IMAGE := local/builder:go1.13.6
|
||||
BUILDER_IMAGE := local/builder:go1.13.7
|
||||
CERTS_IMAGE := local/certs:1.0.3
|
||||
|
||||
package-certs:
|
||||
|
@ -1,2 +1,2 @@
|
||||
FROM golang:1.13.6
|
||||
FROM golang:1.13.7
|
||||
STOPSIGNAL SIGINT
|
||||
|
Loading…
Reference in New Issue
Block a user