From 403a89c3530b52cf1cef25fe7a7b2f892a4c1b69 Mon Sep 17 00:00:00 2001 From: Neil Munday Date: Wed, 28 Aug 2024 22:44:10 +0100 Subject: [PATCH] feat: Update SLURM version to 24.05.3 --- tests/integration/docker-slurm/Dockerfile.amzn2 | 2 +- tests/integration/docker-slurm/Dockerfile.amzn2023 | 2 +- tests/integration/docker-slurm/Dockerfile.el7 | 2 +- tests/integration/docker-slurm/Dockerfile.el8 | 2 +- tests/integration/docker-slurm/Dockerfile.el9 | 2 +- tests/integration/docker-slurm/Dockerfile.sl15 | 2 +- tests/integration/docker-slurm/Dockerfile.ub20 | 2 +- tests/integration/docker-slurm/Dockerfile.ub22 | 2 +- tests/integration/docker-slurm/Dockerfile.ub24 | 2 +- tests/integration/docker-slurm/current_version | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/integration/docker-slurm/Dockerfile.amzn2 b/tests/integration/docker-slurm/Dockerfile.amzn2 index 8e87641..cc27100 100644 --- a/tests/integration/docker-slurm/Dockerfile.amzn2 +++ b/tests/integration/docker-slurm/Dockerfile.amzn2 @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail" org.opencontainers.image.title="amzn2-slurm" \ maintainer="Neil Munday" -ARG SLURM_VER=24.05.2 +ARG SLURM_VER=24.05.3 # download, build, install and clean-up RUN yum update -y && \ diff --git a/tests/integration/docker-slurm/Dockerfile.amzn2023 b/tests/integration/docker-slurm/Dockerfile.amzn2023 index a15dcaa..b129332 100644 --- a/tests/integration/docker-slurm/Dockerfile.amzn2023 +++ b/tests/integration/docker-slurm/Dockerfile.amzn2023 @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail" org.opencontainers.image.title="amzn2023-slurm" \ maintainer="Neil Munday" -ARG SLURM_VER=24.05.2 +ARG SLURM_VER=24.05.3 ARG MARIADB_VER=11.6 COPY <