Merge pull request #6148 from hashicorp/update-middleman
update middleman
This commit is contained in:
commit
1393467241
|
@ -1,3 +1,3 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "middleman-hashicorp", "0.3.34"
|
||||
gem "middleman-hashicorp", "0.3.37"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION?="0.3.34"
|
||||
VERSION?="0.3.37"
|
||||
|
||||
build:
|
||||
@echo "==> Starting build in Docker..."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"builders": [
|
||||
{
|
||||
"type": "docker",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.34",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.37",
|
||||
"discard": "true",
|
||||
"volumes": {
|
||||
"{{ pwd }}": "/website"
|
||||
|
|
Loading…
Reference in New Issue