mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
deployment/docker: update Go builder image from go1.14.1 to go1.14.2
This commit is contained in:
parent
e0c6da8e2a
commit
3f417ce4d8
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.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 a new issue