Skip to content

Commit 78fc231

Browse files
authored
Pin openssl 3.0.7 (#15147)
followup to PR #15142 This commit pins openssl in the awx image, not just the builder image.
1 parent 014534b commit 78fc231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ansible/roles/dockerfile/templates/Dockerfile.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
3636
{% endif %}
3737
nss \
3838
openldap-devel \
39+
# pin to older openssl, see jira AAP-23449
3940
openssl-3.0.7 \
4041
patch \
4142
postgresql \
@@ -121,6 +122,8 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
121122
krb5-workstation \
122123
nginx \
123124
"openldap >= 2.6.2-3" \
125+
# pin to older openssl, see jira AAP-23449
126+
openssl-3.0.7 \
124127
postgresql \
125128
python3.11 \
126129
"python3.11-devel" \

0 commit comments

Comments
 (0)