add version to docker compose

This commit is contained in:
Callum Waters
2022-07-25 10:43:00 +02:00
parent 62bfd6c4e7
commit b45717e2ba
+2 -1
View File
@@ -38,7 +38,7 @@ services:
labels:
e2e: true
container_name: {{ .Name }}
image: tendermint/e2e-node
image: tendermint/e2e-node:{{ $.Version }}
{{- if isBuiltin $.ABCIProtocol .Mode }}
entrypoint: /usr/bin/entrypoint-builtin
{{- else if .LogLevel }}
@@ -67,3 +67,4 @@ services:
}
return buf.Bytes(), nil
}