We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ff247 commit d303a29Copy full SHA for d303a29
Dockerfile
@@ -2,8 +2,8 @@ FROM debian:bookworm-slim as builder
2
ARG CABAL_VERSION=3.10.2.0
3
ARG GHC_VERSION=9.6.3
4
ARG LIBSODIUM_REF=dbb48cce
5
-ARG SECP256K1_REF=ac83be33
6
-ARG BLST_REF=v0.3.10
+ARG SECP256K1_REF=v0.3.2
+ARG BLST_REF=v0.3.11
7
8
WORKDIR /code
9
0 commit comments