mirror of https://github.com/status-im/consul.git
Update middleman
This commit is contained in:
parent
01bc7dd3c4
commit
138f1c12d9
|
@ -1,4 +1,4 @@
|
||||||
VERSION?="0.3.22"
|
VERSION?="0.3.26"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "==> Starting build in Docker..."
|
@echo "==> Starting build in Docker..."
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"image": "hashicorp/middleman-hashicorp:0.3.22",
|
"image": "hashicorp/middleman-hashicorp:0.3.26",
|
||||||
"discard": "true",
|
"discard": "true",
|
||||||
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue