From 14a8fa7a16be87250c5d5d58afcebfec13b8d6fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 03:48:59 +0000 Subject: [PATCH] ci(deps): bump rockylinux/rockylinux in /molecule/default Bumps rockylinux/rockylinux from 9-ubi-init to 10-ubi-init. --- updated-dependencies: - dependency-name: rockylinux/rockylinux dependency-version: 10-ubi-init dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- molecule/default/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/Dockerfile b/molecule/default/Dockerfile index 8546a76..5fbe3d4 100644 --- a/molecule/default/Dockerfile +++ b/molecule/default/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rockylinux/rockylinux:9-ubi-init +FROM docker.io/rockylinux/rockylinux:10-ubi-init # Install required packages RUN dnf install -y sudo python3 python3-pip openssh-clients podman slirp4netns && \