This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 34f5137  GEODE-9181: bad url first caused checksum error during release
34f5137 is described below

commit 34f5137081752db550193222564ee1b1c0649449
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Apr 21 17:21:48 2021 -0700

    GEODE-9181: bad url first caused checksum error during release
    
    (cherry picked from commit 6354e7b57d3c4367c7ef66b5bde2a9608aebca0f)
---
 docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index d43c4f8..feb3d45 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -51,6 +51,7 @@ RUN set -eux; \
        ; do \
                target="$(basename "$file")"; \
                for url in \
+                       
"https://www.apache.org/dyn/closer.lua/$file?action=download"; \
                        "https://downloads.apache.org/$file"; \
                        "https://archive.apache.org/dist/$file"; \
                ; do \

Reply via email to