website: update middleman-hashicorp to 0.3.13

This commit is contained in:
Jack Pearkes 2017-03-08 16:51:39 -08:00
parent 05b23e733e
commit 4d34655bb9
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "middleman-hashicorp", "0.3.12"
gem "middleman-hashicorp", "0.3.13"

View File

@ -1,4 +1,4 @@
VERSION?="0.3.12"
VERSION?="0.3.13"
website:
@echo "==> Starting website in Docker..."

View File

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