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 619c4db commit 12a8849Copy full SHA for 12a8849
Dockerfile
@@ -52,7 +52,7 @@ RUN wget https://downloads.haskell.org/~ghc/${GHC_VERSION}/ghc-${GHC_VERSION}-$(
52
# Libsodium
53
RUN git clone https://github.com/input-output-hk/libsodium && \
54
cd libsodium && \
55
- git checkout 66f017f1 && \
+ git checkout dbb48cce && \
56
./autogen.sh && \
57
./configure && \
58
make && \
0 commit comments