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.
2 parents 619c4db + 12a8849 commit 2c70945Copy full SHA for 2c70945
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