mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
deployment/docker: update Go builder from go1.13.4 to go1.13.5
This commit is contained in:
parent
68e1cf8942
commit
b01ddfdd76
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
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:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM golang:1.13.4
|
||||
FROM golang:1.13.5
|
||||
STOPSIGNAL SIGINT
|
||||
|
|
Loading…
Reference in a new issue