Skip to content

Commit

Permalink
website: update middleman-hashicorp to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pearkes committed Mar 9, 2017
1 parent 05b23e7 commit 4d34655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "middleman-hashicorp", "0.3.12"
gem "middleman-hashicorp", "0.3.13"
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?="0.3.12"
VERSION?="0.3.13"

website:
@echo "==> Starting website in Docker..."
Expand Down
2 changes: 1 addition & 1 deletion website/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit 4d34655

Please sign in to comment.