From 6c0f6fac1347ea3f38eb1c52a7a4c4d030b42ccb Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 7 Jun 2017 10:53:19 -0400 Subject: [PATCH] Fix website version --- website/Gemfile.lock | 2 +- website/Makefile | 2 +- website/packer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index e429194fa5..a55343642a 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -156,4 +156,4 @@ DEPENDENCIES middleman-hashicorp (= 0.3.26) BUNDLED WITH - 1.14.6 + 1.15.1 diff --git a/website/Makefile b/website/Makefile index d7620d1c24..2388d5f681 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,4 +1,4 @@ -VERSION?="0.3.22" +VERSION?="0.3.26" build: @echo "==> Starting build in Docker..." diff --git a/website/packer.json b/website/packer.json index 311987384a..76c536bcff 100644 --- a/website/packer.json +++ b/website/packer.json @@ -8,7 +8,7 @@ "builders": [ { "type": "docker", - "image": "hashicorp/middleman-hashicorp:0.3.22", + "image": "hashicorp/middleman-hashicorp:0.3.26", "discard": "true", "run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"] }