Skip to content

Commit 12a8849

Browse files
committed
feat: bump libsodium to IntersectMBO/libsodium@dbb48cce
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 619c4db commit 12a8849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)