Skip to content

Commit 4442bc9

Browse files
authored
ansible: update containers to OpenSSL 3.5.0 release (#4064)
Update the version of OpenSSL 3.5.0 in the sharedlibs containers from the OpenSSL 3.5.0-beta1 to the full release OpenSSL 3.5.0 version.
1 parent 194e10d commit 4442bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/docker/templates/ubuntu2204_sharedlibs.Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN mkdir -p /tmp/openssl-$OPENSSL32VER && \
124124
make install && \
125125
rm -rf /tmp/openssl-$OPENSSL32VER
126126

127-
ENV OPENSSL35VER 3.5.0-beta1
127+
ENV OPENSSL35VER 3.5.0
128128
ENV OPENSSL35DIR /opt/openssl-$OPENSSL35VER
129129

130130
RUN mkdir -p /tmp/openssl-$OPENSSL35VER && \

0 commit comments

Comments
 (0)