Fix website version
This commit is contained in:
parent
1b78f50db5
commit
6c0f6fac13
|
@ -156,4 +156,4 @@ DEPENDENCIES
|
|||
middleman-hashicorp (= 0.3.26)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
1.15.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION?="0.3.22"
|
||||
VERSION?="0.3.26"
|
||||
|
||||
build:
|
||||
@echo "==> Starting build in Docker..."
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"builders": [
|
||||
{
|
||||
"type": "docker",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.22",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.26",
|
||||
"discard": "true",
|
||||
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue