Skip to content

Commit 91cf80f

Browse files
committed
CIAM-2404 Ensure using the latest versions of RPM packages by calling microdnf update
1 parent 861625f commit 91cf80f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/sso/sso-pre-launch-actions/configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ set -eu
55
# shellcheck disable=SC1091
66
source "${JBOSS_HOME}/bin/launch/sso-rcfile-definitions.sh"
77

8+
# CIAM-2404 Ensure using the latest versions of RPM packages by calling microdnf update
9+
microdnf update -y
10+
811
# CIAM-1757: On each arch remove JDK 1.8 rpms if present (since using JDK 11 already)
912
rpm --query --all name=java* version=1.8.0* | xargs rpm -e --nodeps

0 commit comments

Comments
 (0)