Skip to content

Commit 8675e44

Browse files
committed
Use rockylinux/rockylinux
1 parent fba9d28 commit 8675e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
installer => 'dnf',
512512
},
513513
rockylinux => {
514-
from => 'rockylinux:9.2',
514+
from => 'rockylinux/rockylinux:9.5',
515515
base => 'centos',
516516
yum => {
517517
_replace => {
@@ -615,7 +615,7 @@
615615
no_update => 1,
616616
},
617617
cloud7 => {
618-
from => 'rockylinux:9',
618+
from => 'rockylinux/rockylinux:9.5',
619619
base => 'centos',
620620
yum => {
621621
_replace => {

0 commit comments

Comments
 (0)