Skip to content

Commit

Permalink
Update SLURM version to 23.02.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Sep 8, 2023
1 parent 7257433 commit e438ed0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="centos7-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

# download, build, install and clean-up
RUN yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="rocky8-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

# download, build, install and clean-up
RUN dnf install -y dnf-plugins-core && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="rocky9-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

# download, build, install and clean-up
RUN dnf install -y dnf-plugins-core && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.sl15
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="opensuse8-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

RUN zypper install -y \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.ub20
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="ubuntu20-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.ub22
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="ubuntu22-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.02.4
ARG SLURM_VER=23.02.5

RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.02.4
23.02.5

0 comments on commit e438ed0

Please sign in to comment.