fix middleman update to version 26

This commit is contained in:
Katie Bayes
2017-06-09 08:55:05 -04:00
parent bec199bbfe
commit 1c6e4cd54c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.25",
"image": "hashicorp/middleman-hashicorp:0.3.26",
"discard": "true",
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
}