update to 4.28
1 parent 91f59d6 commit e6de5cc5d0ba5d62c2688e1d0a3d9606048070c8
@Pascal Gollor Pascal Gollor authored on 2 Sep 2018
Showing 2 changed files
View
2
■■■
build.properties
version=4.27.0
version=4.28.0
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.27.0/gitbucket.war -O $GITBUCKET_HOME/latest.war
RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.28.0/gitbucket.war -O $GITBUCKET_HOME/latest.war
 
# clean
RUN apk del wget
RUN rm -rf /var/cache/apk/*