Skip to content

Commit d303a29

Browse files
authored
feat: bump secp256k1 and blst for node 8.9.0 (#29)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent d1ff247 commit d303a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:bookworm-slim as builder
22
ARG CABAL_VERSION=3.10.2.0
33
ARG GHC_VERSION=9.6.3
44
ARG LIBSODIUM_REF=dbb48cce
5-
ARG SECP256K1_REF=ac83be33
6-
ARG BLST_REF=v0.3.10
5+
ARG SECP256K1_REF=v0.3.2
6+
ARG BLST_REF=v0.3.11
77

88
WORKDIR /code
99

0 commit comments

Comments
 (0)