Skip to content

Commit

Permalink
Unpin OpenSSL (#15498)
Browse files Browse the repository at this point in the history
Remove OpenSSL pin
  • Loading branch information
TheRealHaoLiu authored Sep 9, 2024
1 parent 5a00806 commit 82b8f7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/ansible/roles/dockerfile/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
make \
nss \
openldap-devel \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
patch \
postgresql \
postgresql-devel \
Expand Down Expand Up @@ -130,8 +128,6 @@ 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" \
Expand Down

0 comments on commit 82b8f7d

Please sign in to comment.