Skip to content

Commit

Permalink
Pin openssl 3.0.7
Browse files Browse the repository at this point in the history
followup to PR ansible#15142

This commit pins openssl in the awx image,
not just the builder image.
  • Loading branch information
fosterseth committed Apr 26, 2024
1 parent 014534b commit 5644927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ansible/roles/dockerfile/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
krb5-workstation \
nginx \
"openldap >= 2.6.2-3" \
openssl-3.0.7 \
postgresql \
python3.11 \
"python3.11-devel" \
Expand Down

0 comments on commit 5644927

Please sign in to comment.