From 32c2aba81c002691d044eacb9469d799d494e0dd Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Mon, 3 Jun 2024 15:45:13 -0400 Subject: [PATCH] Update semaphore to 2.9.112 Update opentofu to 1.7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95da444..9a0edd8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ REPOSITORY = vcs.enp.one/skylab/semaphore-container -OPENTOFU_VERSION = 1.6.2 -SEMAPHORE_VERSION = 2.9.64 +OPENTOFU_VERSION = 1.7.2 +SEMAPHORE_VERSION = 2.9.112 SPECTRE_VERSION = main PYTHON_VERSION = 3.11