mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: update Go builder from Go1.14.0 to Go1.14.1
This commit is contained in:
parent
dde4a97534
commit
ef8aee8a2d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# All these commands must run from repository root.
|
||||
|
||||
DOCKER_NAMESPACE := docker.io/victoriametrics
|
||||
BUILDER_IMAGE := local/builder:go1.14.0
|
||||
BUILDER_IMAGE := local/builder:go1.14.1
|
||||
CERTS_IMAGE := local/certs:1.0.3
|
||||
|
||||
package-certs:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM golang:1.14.0
|
||||
FROM golang:1.14.1
|
||||
STOPSIGNAL SIGINT
|
||||
|
|
Loading…
Reference in a new issue