From ccff0f97995c21eb56130cfd0f2dc08287927f3b Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 28 Sep 2025 10:03:42 +0900 Subject: [PATCH] Bump to GitBucket 4.44.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e33e621..57baa15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM eclipse-temurin:17 LABEL maintainer="Naoki Takezoe " -ADD https://github.com/gitbucket/gitbucket/releases/download/4.43.0/gitbucket.war /opt/gitbucket.war +ADD https://github.com/gitbucket/gitbucket/releases/download/4.44.0/gitbucket.war /opt/gitbucket.war RUN ln -s /gitbucket /root/.gitbucket