diff --git a/ci/release/hermes.Dockerfile b/ci/release/hermes.Dockerfile index 18b8712ec0..3dfcc462f5 100644 --- a/ci/release/hermes.Dockerfile +++ b/ci/release/hermes.Dockerfile @@ -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 \