Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Fixing versions for 1.623 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Bleul committed Aug 6, 2015
1 parent 35bf53d commit d2b0e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN yum install -y \
yum clean all && rm -rf /var/cache/yum/*

# install jenkins
ENV JENKINS_VERSION=1.622
ENV JENKINS_VERSION=1.623
ENV JENKINS_HOME=/jenkins

RUN mkdir -p /opt/jenkins && \
Expand Down

0 comments on commit d2b0e37

Please sign in to comment.