mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
deployment/docker: switch Go builder from Go 1.12.9 to Go 1.13.0
This commit is contained in:
parent
305e7bc981
commit
cd2c9e39da
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
DOCKER_NAMESPACE := victoriametrics
|
||||
BUILDER_IMAGE := local/builder:go1.12.9
|
||||
BUILDER_IMAGE := local/builder:go1.13.0
|
||||
CERTS_IMAGE := local/certs:1.0.2
|
||||
|
||||
package-certs:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM golang:1.12.9
|
||||
FROM golang:1.13.0
|
||||
STOPSIGNAL SIGINT
|
||||
|
|
Loading…
Reference in a new issue