change to 8.9
Build empanada images for imagefactory / buildx (push) Failing after 5s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2023-11-17 02:32:37 -07:00
parent 108244b3d6
commit 0bbfd68611
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
--- ---
'8': '8':
fullname: 'Rocky Linux 8' fullname: 'Rocky Linux 8'
revision: '8.8' revision: '8.9'
rclvl: 'RC1' rclvl: 'RC1'
major: '8' major: '8'
minor: '8' minor: '9'
profile: '8' profile: '8'
disttag: 'el8' disttag: 'el8'
bugurl: 'https://bugs.rockylinux.org' bugurl: 'https://bugs.rockylinux.org'

View File

@ -3,7 +3,7 @@
# Revision must always start with a major number # Revision must always start with a major number
case "${RLREL}" in case "${RLREL}" in
stable) stable)
REVISION=8.8 REVISION=8.9
APPEND_TO_DIR="-RC1" APPEND_TO_DIR="-RC1"
;; ;;
beta) beta)