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"] }