From 0ffd7bfbd638d21906ea256724a1b2950eb86049 Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Tue, 6 May 2025 15:41:39 +0100 Subject: [PATCH] Fix slurm version typo causing xdmod Dockerfile build to fail The xdmod docker container build (and probably others) fails becuase the rpm slurm package name it attempts to download doesn't exist. --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ec4e58a..2f65aa7 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ HPCTS_VERSION="2025.02" -SLURM_VERSION="24.05.5-1" +SLURM_VERSION="24.05.5" MARIADB_VERSION=10.11.11 MONGODB_VERSION=7.0