mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-05 22:32:20 +01:00
deployment: switch builder from go1.12.6 to go1.12.7
This commit is contained in:
parent
0aed0e0b5d
commit
b335a811c3
@ -1,7 +1,7 @@
|
|||||||
# All these commands must run from repository root.
|
# All these commands must run from repository root.
|
||||||
|
|
||||||
DOCKER_NAMESPACE := victoriametrics
|
DOCKER_NAMESPACE := victoriametrics
|
||||||
BUILDER_IMAGE := local/builder:go1.12.6
|
BUILDER_IMAGE := local/builder:go1.12.7
|
||||||
CERTS_IMAGE := local/certs:1.0.2
|
CERTS_IMAGE := local/certs:1.0.2
|
||||||
|
|
||||||
package-certs:
|
package-certs:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
FROM golang:1.12.6
|
FROM golang:1.12.7
|
||||||
STOPSIGNAL SIGINT
|
STOPSIGNAL SIGINT
|
||||||
|
Loading…
Reference in New Issue
Block a user