Skip to content

Commit

Permalink
fix: Updated MariaDB version to 11.6 for SLES15 Docker image (issue #140
Browse files Browse the repository at this point in the history
)
  • Loading branch information
neilmunday committed Aug 28, 2024
1 parent b9b5cd7 commit c67083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.sl15
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG MARIADB_VER=11.3
ARG MARIADB_VER=11.6

RUN zypper update -y && \
rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB && \
Expand Down

0 comments on commit c67083e

Please sign in to comment.