From 446046c4bfbab39de760fbd230e011d340984a4a Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:27:09 -0400 Subject: [PATCH] Remove OpenSSL pin (#6683) --- tools/ansible/roles/dockerfile/templates/Dockerfile.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 index 2ea6522510..70e629a1d3 100644 --- a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 +++ b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 @@ -36,8 +36,6 @@ 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 \ postgresql-devel \ @@ -122,8 +120,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" \