It was released on June 12, 2024.
The update means we no longer have to care about json-c 0.13
present in Leap 15.5, which solves some whitespace issues in
tests.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
ci/containers/opensuse-leap-15.Dockerfile | 2 +-
ci/gitlab/builds.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/opensuse-leap-15.Dockerfile
index bf794d6929..b152528378 100644
--- a/ci/containers/opensuse-leap-15.Dockerfile
+++ b/ci/containers/opensuse-leap-15.Dockerfile
@@ -4,7 +4,7 @@
#
# https://gitlab.com/libvirt/libvirt-ci
-FROM registry.opensuse.org/opensuse/leap:15.5
+FROM registry.opensuse.org/opensuse/leap:15.6
RUN zypper update -y && \
zypper install -y \
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index a0a64c1ec1..214119b902 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -191,7 +191,7 @@ x86_64-opensuse-leap-15:
CFLAGS: -Wno-missing-include-dirs
NAME: opensuse-leap-15
RPM: skip
- TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.5
+ TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.6
x86_64-opensuse-tumbleweed:
--
2.45.2