Skip to content

Commit

Permalink
bump: slurm version in docker images to 23.02.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Oct 13, 2023
1 parent 2ee2696 commit 5b76298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
slurm:
image: giovtorres/docker-centos7-slurm:21.08.6
image: giovtorres/docker-centos7-slurm:23.02.6
hostname: slurmctl
container_name: slurmctl
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
slurm:
image: giovtorres/docker-centos7-slurm:21.08.0
image: giovtorres/docker-centos7-slurm:23.02.6
hostname: slurmctl
container_name: slurmctl
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion pyslurm.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPEC file taken from https://centos.pkgs.org/7/puias-computational-x86_64/python-pyslurm-17.02-1.gitab899c6.sdl7.x86_64.rpm.html
Name: pyslurm
Version: 22.05.1
Version: 23.2.2
%global rel 1
Release: %{rel}%{gittag}%{?dist}.ug
Summary: PySlurm: Slurm Interface for Python
Expand Down

0 comments on commit 5b76298

Please sign in to comment.