Skip to content

Commit 4f1bef5

Browse files
authored
feat: Update to Slurm 21.08.8 (#47)
This commit updates Slurm to version 21.08.8. This version fixes major security issues in Slurm: * CVE-2022-29500 * CVE-2022-29501 * CVE-2022-29502
1 parent 94a7140 commit 4f1bef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN set -ex \
110110
done
111111

112112
# Compile, build and install Slurm from Git source
113-
ARG SLURM_TAG=slurm-21-08-6-1
113+
ARG SLURM_TAG=slurm-21-08-8-2
114114
ARG JOBS=4
115115
RUN set -ex \
116116
&& git clone -b ${SLURM_TAG} --single-branch --depth=1 https://github.com/SchedMD/slurm.git \

tests/test_container.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
TINI_VERSION = "0.18.0"
66
PYTHON_VERSIONS = ["3.6.15", "3.7.12", "3.8.12", "3.9.9", "3.10.0"]
7-
SLURM_VERSION = "21.08.6"
7+
SLURM_VERSION = "21.08.8"
88

99
MARIADB_PORT = 3306
1010
SLURMCTLD_PORT = 6819

0 commit comments

Comments
 (0)