From edd8f480b22659323480f7e665df5fa31433fa6e Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 4 Jul 2025 08:34:45 +0900 Subject: [PATCH] Bump to GitBucket 4.43.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12fa096..e33e621 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.42.1/gitbucket.war /opt/gitbucket.war +ADD https://github.com/gitbucket/gitbucket/releases/download/4.43.0/gitbucket.war /opt/gitbucket.war RUN ln -s /gitbucket /root/.gitbucket