aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-06-26 16:08:39 +0000
committertobtoht <tob@featherwallet.org>2026-06-26 16:08:39 +0000
commitc0089f2bf8c165d1c7374df4076e580771578606 (patch)
tree6e2469c66a51551f171627ef1190760b4f0c4b5f /Dockerfile.linux
parentfa7722c48bc02561c6760d199239e1aff09fed7a (diff)
parent2f61d868f60fa629501ea1994419bb17f40080af (diff)
downloadmonzero-gui-c0089f2bf8c165d1c7374df4076e580771578606.tar.gz
monzero-gui-c0089f2bf8c165d1c7374df4076e580771578606.tar.xz
monzero-gui-c0089f2bf8c165d1c7374df4076e580771578606.zip
Merge pull request #4619
2f61d86 docker: update libgpg-error and libgcrypt repo (selsta) ACKs: tobtoht
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 1e08748b..72eacd74 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -251,7 +251,7 @@ RUN git clone -b v4.3.4 --depth 1 https://github.com/zeromq/libzmq && \
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b libgpg-error-1.45 --depth 1 https://dev.gnupg.org/source/libgpg-error.git && \
+RUN git clone -b libgpg-error-1.45 --depth 1 https://github.com/gpg/libgpg-error && \
cd libgpg-error && \
git reset --hard dbac537e5e865fb6f3aa8596d213aa8c47a9dea1 && \
./autogen.sh && \
@@ -260,7 +260,7 @@ RUN git clone -b libgpg-error-1.45 --depth 1 https://dev.gnupg.org/source/libgpg
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b libgcrypt-1.10.1 --depth 1 https://dev.gnupg.org/source/libgcrypt.git && \
+RUN git clone -b libgcrypt-1.10.1 --depth 1 https://github.com/gpg/libgcrypt && \
cd libgcrypt && \
git reset --hard ae0e567820c37f9640440b3cff77d7c185aa6742 && \
./autogen.sh && \