new version
1 parent 34675ad commit 89b96221f700433b1b9845d9808a478b86535544
@Pascal Gollor Pascal Gollor authored on 7 Apr 2019
Showing 2 changed files
View
2
■■■
build.properties
version=4.31.1
version=4.31.2
View
2
■■■
docker/Dockerfile
RUN apk update
RUN apk add ca-certificates wget su-exec git
 
# get gitbucket
RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.31.1/gitbucket.war -O $GITBUCKET_HOME/latest.war
RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.31.2/gitbucket.war -O $GITBUCKET_HOME/latest.war
 
# create plugin dir
RUN mkdir $GITBUCKET_HOME/plugins