diff --git a/README.md b/README.md index ca3b1e5..3ed7419 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://jenkins.pgollor.de/job/gitbucket-docker-master/badge/icon)](https://jenkins.pgollor.de/job/gitbucket-docker-master/) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/pgollor) -[![Version 4.28.0](https://img.shields.io/badge/gitbucket_version-4.28.0-blue.svg)](https://github.com/gitbucket/gitbucket/releases/tag/4.28.0) +[![Version 4.29.0](https://img.shields.io/badge/gitbucket_version-4.29.0-blue.svg)](https://github.com/gitbucket/gitbucket/releases/tag/4.29.0) This docker container of [gitbucket](https://github.com/gitbucket/gitbucket.git) is in beta state! diff --git a/build.properties b/build.properties index f314626..25354ba 100644 --- a/build.properties +++ b/build.properties @@ -1 +1 @@ -version=4.28.0 +version=4.29.0 diff --git a/docker/Dockerfile b/docker/Dockerfile index 07a1f51..0cc8c2c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,7 +26,7 @@ RUN apk add ca-certificates wget su-exec git # get gitbucket -RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.28.0/gitbucket.war -O $GITBUCKET_HOME/latest.war +RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.29.0/gitbucket.war -O $GITBUCKET_HOME/latest.war # clean RUN apk del wget