Pin openssl 3.0.7 (#15147)

followup to PR #15142

This commit pins openssl in the awx image,
not just the builder image.
This commit is contained in:
Seth Foster 2024-04-26 12:29:22 -04:00 committed by GitHub
parent 014534bfa5
commit 78fc23138a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
{% endif %}
nss \
openldap-devel \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
patch \
postgresql \
@ -121,6 +122,8 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
krb5-workstation \
nginx \
"openldap >= 2.6.2-3" \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
postgresql \
python3.11 \
"python3.11-devel" \