Skip to content

Commit 967103d

Browse files
authored
ansible: update containers to openssl-3.5.0-beta1 (#4050)
Replace OpenSSL 3.5.0 alpha1 with OpenSSL 3.5.0 beta1 in sharedlibs containers.
1 parent 80238b5 commit 967103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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-alpha1
127+
ENV OPENSSL35VER 3.5.0-beta1
128128
ENV OPENSSL35DIR /opt/openssl-$OPENSSL35VER
129129

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

0 commit comments

Comments
 (0)