mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: switch Go builder image from v1.13.0 to v1.13.1
This commit is contained in:
parent
d0b4590099
commit
de919574a5
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# All these commands must run from repository root.
|
# All these commands must run from repository root.
|
||||||
|
|
||||||
DOCKER_NAMESPACE := victoriametrics
|
DOCKER_NAMESPACE := victoriametrics
|
||||||
BUILDER_IMAGE := local/builder:go1.13.0
|
BUILDER_IMAGE := local/builder:go1.13.1
|
||||||
CERTS_IMAGE := local/certs:1.0.2
|
CERTS_IMAGE := local/certs:1.0.2
|
||||||
|
|
||||||
package-certs:
|
package-certs:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
FROM golang:1.13.0
|
FROM golang:1.13.1
|
||||||
STOPSIGNAL SIGINT
|
STOPSIGNAL SIGINT
|
||||||
|
|
Loading…
Reference in a new issue