mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-11-08 06:10:00 +00:00
Update build tooling
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2c523134e0
commit
fefa09c86e
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ config.json
|
|||
envrun_*
|
||||
packer_*
|
||||
yq_*
|
||||
LICENSE.txt
|
||||
|
|
6
Makefile
6
Makefile
|
@ -1,6 +1,6 @@
|
|||
ENVRUN_VERSION := 0.7.1
|
||||
PACKER_VERSION := 1.10.2
|
||||
YQ_VERSION := 4.31.2
|
||||
ENVRUN_VERSION := 0.7.3
|
||||
PACKER_VERSION := 1.11.2
|
||||
YQ_VERSION := 4.44.3
|
||||
|
||||
ENVRUN := ./envrun_$(ENVRUN_VERSION)
|
||||
PACKER := ./packer_$(PACKER_VERSION)
|
||||
|
|
Loading…
Reference in a new issue