Skip to content

Commit

Permalink
use stable channel
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de>
  • Loading branch information
Echsecutor committed Apr 23, 2024
1 parent 721ad7a commit 6dbdec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068

# Hyperledger Artifactory
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9692C00E657DDE61 \
&& echo "deb https://hyperledger.jfrog.io/artifactory/indy focal rc" >> /etc/apt/sources.list \
&& echo "deb https://hyperledger.jfrog.io/artifactory/indy focal stable" >> /etc/apt/sources.list \
# Prioritize packages from hyperledger.jfrog.io
&& printf '%s\n%s\n%s\n' 'Package: *' 'Pin: origin hyperledger.jfrog.io' 'Pin-Priority: 1001' >> /etc/apt/preferences

Expand Down

0 comments on commit 6dbdec6

Please sign in to comment.