From c67083e5cc92705a0a4987975d5ffd0aa7693ff1 Mon Sep 17 00:00:00 2001 From: Neil Munday Date: Wed, 28 Aug 2024 22:04:53 +0100 Subject: [PATCH] fix: Updated MariaDB version to 11.6 for SLES15 Docker image (issue #140) --- tests/integration/docker-slurm/Dockerfile.sl15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/docker-slurm/Dockerfile.sl15 b/tests/integration/docker-slurm/Dockerfile.sl15 index f96ca14..36f80ed 100644 --- a/tests/integration/docker-slurm/Dockerfile.sl15 +++ b/tests/integration/docker-slurm/Dockerfile.sl15 @@ -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 && \