mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fix middleman update to version 26
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION?="0.3.25"
|
||||
VERSION?="0.3.26"
|
||||
|
||||
build:
|
||||
@echo "==> Starting build in Docker..."
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"builders": [
|
||||
{
|
||||
"type": "docker",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.25",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.26",
|
||||
"discard": "true",
|
||||
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user