Ensure latest middleman
This commit is contained in:
parent
83357cb5b7
commit
bb1a517abd
|
@ -11,4 +11,4 @@ website:
|
|||
--volume "$(shell pwd):/website" \
|
||||
hashicorp/middleman-hashicorp:${VERSION}
|
||||
|
||||
.PHONY :website
|
||||
.PHONY: website
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue