diff options
| author | selsta <selsta@sent.at> | 2026-06-26 17:53:17 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-06-26 17:59:31 +0200 |
| commit | 2f61d868f60fa629501ea1994419bb17f40080af (patch) | |
| tree | 6e2469c66a51551f171627ef1190760b4f0c4b5f /Dockerfile.linux | |
| parent | fa7722c48bc02561c6760d199239e1aff09fed7a (diff) | |
| download | monzero-gui-2f61d868f60fa629501ea1994419bb17f40080af.tar.gz monzero-gui-2f61d868f60fa629501ea1994419bb17f40080af.tar.xz monzero-gui-2f61d868f60fa629501ea1994419bb17f40080af.zip | |
docker: update libgpg-error and libgcrypt repo
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 4 |
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 && \ |
