Ensure latest middleman

This commit is contained in:
Seth Vargo 2016-10-29 16:44:34 -04:00
parent 83357cb5b7
commit bb1a517abd
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ website:
--volume "$(shell pwd):/website" \
hashicorp/middleman-hashicorp:${VERSION}
.PHONY :website
.PHONY: website

View File

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