diff --git a/website/Gemfile.lock b/website/Gemfile.lock index e7076767b..3f43b760a 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -156,4 +156,4 @@ DEPENDENCIES middleman-hashicorp (= 0.3.29) BUNDLED WITH - 1.15.1 + 1.16.1 diff --git a/website/Makefile b/website/Makefile index 4d3d361b7..ccc3ae634 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,4 +1,4 @@ -VERSION?="0.3.28" +VERSION?="0.3.29" build: @echo "==> Starting build in Docker..." diff --git a/website/packer.json b/website/packer.json index fd2618f17..cbfb5c565 100644 --- a/website/packer.json +++ b/website/packer.json @@ -8,7 +8,7 @@ "builders": [ { "type": "docker", - "image": "hashicorp/middleman-hashicorp:0.3.28", + "image": "hashicorp/middleman-hashicorp:0.3.29", "discard": "true", "volumes": { "{{ pwd }}": "/website"