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.windows | |
| 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.windows')
| -rw-r--r-- | Dockerfile.windows | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows index 2c760c68..f68f1445 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -58,7 +58,7 @@ RUN git clone https://code.qt.io/qt/qt5.git -b ${QT_VERSION} --depth 1 && \ cd ../../../.. && \ rm -rf $(pwd) -RUN git clone -b libgpg-error-1.38 --depth 1 https://dev.gnupg.org/source/libgpg-error.git && \ +RUN git clone -b libgpg-error-1.38 --depth 1 https://github.com/gpg/libgpg-error && \ cd libgpg-error && \ git reset --hard 71d278824c5fe61865f7927a2ed1aa3115f9e439 && \ ./autogen.sh && \ @@ -69,7 +69,7 @@ RUN git clone -b libgpg-error-1.38 --depth 1 https://dev.gnupg.org/source/libgpg cd .. && \ rm -rf libgpg-error -RUN git clone -b libgcrypt-1.8.5 --depth 1 https://dev.gnupg.org/source/libgcrypt.git && \ +RUN git clone -b libgcrypt-1.8.5 --depth 1 https://github.com/gpg/libgcrypt && \ cd libgcrypt && \ git reset --hard 56606331bc2a80536db9fc11ad53695126007298 && \ ./autogen.sh && \ |
