fix distinct download URL for weekly vs stable
diff --git a/1.580.1/Dockerfile b/1.580.1/Dockerfile
index 0d76bd8..4e4462c 100644
--- a/1.580.1/Dockerfile
+++ b/1.580.1/Dockerfile
@@ -25,7 +25,7 @@
# could use ADD but this one does not check Last-Modified header
# see https://github.com/docker/docker/issues/8331
-RUN curl -L http://mirrors.jenkins-ci.org/war-stable/$JENKINS_VERSION/jenkins.war -o /usr/share/jenkins/jenkins.war
+RUN curl -L http://mirrors.jenkins-ci.org/war-stable/1.580.1/jenkins.war -o /usr/share/jenkins/jenkins.war
ENV JENKINS_UC https://updates.jenkins-ci.org
RUN chown -R jenkins "$JENKINS_HOME" /usr/share/jenkins/ref