Skip to content

Commit

Permalink
fix libssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Sep 13, 2024
1 parent 2f07d97 commit 90f712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/hermes.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENTRYPOINT ["/usr/bin/hermes"]

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

0 comments on commit 90f712a

Please sign in to comment.