diff --git a/README.md b/README.md index 29145b0..c16c6f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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) [![Docker Pulls](https://img.shields.io/docker/pulls/pgollor/gitbucket.svg?maxAge=2592000)](https://hub.docker.com/r/pgollor/gitbucket/) -[![Version 4.30.0](https://img.shields.io/badge/gitbucket_version-4.30.0-blue.svg)](https://github.com/gitbucket/gitbucket/releases/tag/4.30.0) +[![Version 4.30.1](https://img.shields.io/badge/gitbucket_version-4.30.1-blue.svg)](https://github.com/gitbucket/gitbucket/releases/tag/4.30.1) This docker container of [gitbucket](https://github.com/gitbucket/gitbucket.git) is in beta state! diff --git a/build.properties b/build.properties index d1e242a..8b9a936 100644 --- a/build.properties +++ b/build.properties @@ -1 +1 @@ -version=4.30.0 +version=4.30.1 diff --git a/docker/Dockerfile b/docker/Dockerfile index abbdbf0..753de94 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.30.0/gitbucket.war -O $GITBUCKET_HOME/latest.war +RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.30.1/gitbucket.war -O $GITBUCKET_HOME/latest.war # clean RUN apk del wget