We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f07d97 commit 90f712aCopy full SHA for 90f712a
ci/release/hermes.Dockerfile
@@ -40,7 +40,7 @@ ENTRYPOINT ["/usr/bin/hermes"]
40
41
RUN ARCH=$(uname -m) && \
42
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; \
+ DEB_URL=http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb; \
44
elif [ "$ARCH" = "aarch64" ]; then \
45
DEB_URL=http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb; \
46
else \
0 commit comments