update middleman 0.3.30

This commit is contained in:
Matthew Hooker 2018-03-13 10:25:47 -07:00
parent 535d4d04e5
commit e31ffab30c
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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