Update build tooling

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-08-21 13:50:43 +02:00
parent 2c523134e0
commit fefa09c86e
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ config.json
envrun_*
packer_*
yq_*
LICENSE.txt

View File

@ -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)