Skip to content

Commit

Permalink
Bump to 2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jjethwa authored Nov 16, 2016
1 parent 5423a6e commit 52de262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
apt-get -qq update && \
apt-get -qqy install --no-install-recommends bash openjdk-8-jre-headless supervisor procps sudo ca-certificates openssh-client mysql-server mysql-client pwgen curl git && \
cd /tmp/ && \
curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.6.10-1-GA.deb && \
echo '46a8e437028b7338a265c8eba51a6e135f8d8dbf5d1b383435220836a063e4e2 rundeck.deb' > /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.6.11-1-GA.deb && \
echo '93e98ae0ef850756643e7f1dfb9f83432820485cac3a51c67fa5ef8039182d0b rundeck.deb' > /tmp/rundeck.sig && \
shasum -a256 -c /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck-cli.deb https://github.com/rundeck/rundeck-cli/releases/download/v0.1.21/rundeck-cli_0.1.21-1_all.deb && \
echo '1b248722592a9618b299581e0e2f7e98f4d18305ee4ad13f778113731abf414d rundeck-cli.deb' > /tmp/rundeck-cli.sig && \
Expand Down

0 comments on commit 52de262

Please sign in to comment.