Merge pull request #6148 from hashicorp/update-middleman

update middleman
This commit is contained in:
Matthew Hooker 2018-04-17 13:24:00 -07:00 committed by GitHub
commit 1393467241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "middleman-hashicorp", "0.3.34" gem "middleman-hashicorp", "0.3.37"

View File

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

View File

@ -9,7 +9,7 @@
"builders": [ "builders": [
{ {
"type": "docker", "type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.34", "image": "hashicorp/middleman-hashicorp:0.3.37",
"discard": "true", "discard": "true",
"volumes": { "volumes": {
"{{ pwd }}": "/website" "{{ pwd }}": "/website"