Skip to content

Commit 90f712a

Browse files
committedSep 13, 2024··

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/release/hermes.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENTRYPOINT ["/usr/bin/hermes"]
4040

4141
RUN ARCH=$(uname -m) && \
4242
if [ "$ARCH" = "x86_64" ]; then \
43-
DEB_URL=http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \
43+
DEB_URL=http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb; \
4444
elif [ "$ARCH" = "aarch64" ]; then \
4545
DEB_URL=http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb; \
4646
else \

0 commit comments

Comments
 (0)
Please sign in to comment.