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

Update hashicorp-middleman to 0.3.29
pull/5778/merge
Matthew Hooker 8 years ago committed by GitHub
commit 60a136b20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save