mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
deployment/docker: update Go builder image from go1.14.1 to go1.14.2
This commit is contained in:
parent
4de6c6bbf0
commit
a30c98c0bc
@ -1,7 +1,7 @@
|
||||
# All these commands must run from repository root.
|
||||
|
||||
DOCKER_NAMESPACE := docker.io/victoriametrics
|
||||
BUILDER_IMAGE := local/builder:go1.14.1
|
||||
BUILDER_IMAGE := local/builder:go1.14.2
|
||||
BASE_IMAGE := local/base:1.1.0
|
||||
|
||||
package-base:
|
||||
|
@ -1,2 +1,2 @@
|
||||
FROM golang:1.14.1
|
||||
FROM golang:1.14.2
|
||||
STOPSIGNAL SIGINT
|
||||
|
Loading…
Reference in New Issue
Block a user