Fix website version

This commit is contained in:
Seth Vargo 2017-06-07 10:53:19 -04:00
parent 1b78f50db5
commit 6c0f6fac13
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
3 changed files with 3 additions and 3 deletions

View File

@ -156,4 +156,4 @@ DEPENDENCIES
middleman-hashicorp (= 0.3.26) middleman-hashicorp (= 0.3.26)
BUNDLED WITH BUNDLED WITH
1.14.6 1.15.1

View File

@ -1,4 +1,4 @@
VERSION?="0.3.22" VERSION?="0.3.26"
build: build:
@echo "==> Starting build in Docker..." @echo "==> Starting build in Docker..."

View File

@ -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"]
} }