Skip to content

Commit 2c70945

Browse files
authored
Merge pull request #3 from blinklabs-io/feat/bump-libsodium
feat: bump libsodium to IntersectMBO/libsodium@dbb48cce
2 parents 619c4db + 12a8849 commit 2c70945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN wget https://downloads.haskell.org/~ghc/${GHC_VERSION}/ghc-${GHC_VERSION}-$(
5252
# Libsodium
5353
RUN git clone https://github.com/input-output-hk/libsodium && \
5454
cd libsodium && \
55-
git checkout 66f017f1 && \
55+
git checkout dbb48cce && \
5656
./autogen.sh && \
5757
./configure && \
5858
make && \

0 commit comments

Comments
 (0)