Skip to content

Commit 9297736

Browse files
committed
Add rc channel to node-buid image
Signed-off-by: Wade Barnes <[email protected]>
1 parent 8b23813 commit 9297736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3131
# Plenum
3232
# - https://github.com/hyperledger/indy-plenum/issues/1546
3333
# - Needed to pick up rocksdb=5.8.8
34-
RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
34+
RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev rc" >> /etc/apt/sources.list && \
3535
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
3636
echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
3737
echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list

0 commit comments

Comments
 (0)