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"
|
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:
|
build:
|
||||||
@echo "==> Starting build in Docker..."
|
@echo "==> Starting build in Docker..."
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue