Browse Source

website: bump version of middleman used in packer build

pull/4035/head
Jack Pearkes 7 years ago
parent
commit
954d624103
  1. 2
      website/packer.json

2
website/packer.json

@ -9,7 +9,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.29",
"image": "hashicorp/middleman-hashicorp:0.3.35",
"discard": "true",
"volumes": {
"{{ pwd }}": "/website"

Loading…
Cancel
Save