mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
deployment/docker: upgrade Go from v1.13.4 to v1.13.4
This commit is contained in:
parent
d420871d79
commit
5b677a57e3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# All these commands must run from repository root.
|
||||
|
||||
DOCKER_NAMESPACE := victoriametrics
|
||||
BUILDER_IMAGE := local/builder:go1.13.3
|
||||
BUILDER_IMAGE := local/builder:go1.13.4
|
||||
CERTS_IMAGE := local/certs:1.0.2
|
||||
|
||||
package-certs:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM golang:1.13.3
|
||||
FROM golang:1.13.4
|
||||
STOPSIGNAL SIGINT
|
||||
|
|
Loading…
Reference in a new issue