Skip to content

Commit

Permalink
Bump to 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jjethwa authored Jun 11, 2016
1 parent 493bfba commit e5ff271
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
@@ -1,6 +1,6 @@
# Dockerfile for rundeck
# https://github.com/jjethwa/rundeck
# Bump to 2.6.7
# Bump to 2.6.8

FROM debian:jessie

Expand All @@ -14,7 +14,7 @@ ENV NO_LOCAL_MYSQL false

RUN apt-get -qq update && apt-get -qqy upgrade && apt-get -qqy install --no-install-recommends bash supervisor procps sudo ca-certificates openjdk-7-jre-headless openssh-client mysql-server mysql-client pwgen curl git && apt-get clean

RUN curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.6.7-1-GA.deb
RUN curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.6.8-1-GA.deb

ADD content/ /

Expand Down

0 comments on commit e5ff271

Please sign in to comment.