Bump middleman-hashicorp version
This commit is contained in:
parent
b8b495ee2a
commit
728088a74f
|
@ -156,4 +156,4 @@ DEPENDENCIES
|
||||||
middleman-hashicorp (= 0.3.28)
|
middleman-hashicorp (= 0.3.28)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.15.1
|
1.15.4
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION?="0.3.28"
|
VERSION?="0.3.29"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "==> Starting build in Docker..."
|
@echo "==> Starting build in Docker..."
|
||||||
|
@ -29,6 +29,6 @@ update-deps:
|
||||||
--tty \
|
--tty \
|
||||||
--volume "$(shell pwd):/website" \
|
--volume "$(shell pwd):/website" \
|
||||||
hashicorp/middleman-hashicorp:${VERSION} \
|
hashicorp/middleman-hashicorp:${VERSION} \
|
||||||
bundle update --verbose
|
bundle update
|
||||||
|
|
||||||
.PHONY: build website
|
.PHONY: build website
|
||||||
|
|
Loading…
Reference in New Issue