update middleman 0.3.30
This commit is contained in:
parent
535d4d04e5
commit
e31ffab30c
|
@ -1,4 +1,4 @@
|
|||
VERSION?="0.3.29"
|
||||
VERSION?="0.3.30"
|
||||
|
||||
build:
|
||||
@echo "==> Starting build in Docker..."
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue