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 8b23813 commit 9297736Copy full SHA for 9297736
.github/workflows/build/Dockerfile.ubuntu-2204
@@ -31,7 +31,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
31
# Plenum
32
# - https://github.com/hyperledger/indy-plenum/issues/1546
33
# - Needed to pick up rocksdb=5.8.8
34
-RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
+RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev rc" >> /etc/apt/sources.list && \
35
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
36
echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
37
echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
0 commit comments