Merge pull request #5776 from hashicorp/hashicorp-middleman-0.3.29

Update hashicorp-middleman to 0.3.29
This commit is contained in:
Matthew Hooker 2018-01-09 13:16:01 -08:00 committed by GitHub
commit 60a136b20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -156,4 +156,4 @@ DEPENDENCIES
middleman-hashicorp (= 0.3.29)
BUNDLED WITH
1.15.1
1.16.1

View File

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

View File

@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.28",
"image": "hashicorp/middleman-hashicorp:0.3.29",
"discard": "true",
"volumes": {
"{{ pwd }}": "/website"