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 <