From e91df0b66c14de1618597e831c4e3572cf7e2c6b Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 30 Dec 2024 12:52:46 +0900 Subject: [PATCH] Bump to GitBucket 4.42.0 (#70) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42b81e6..f7f7a16 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.41.0/gitbucket.war /opt/gitbucket.war +ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.0/gitbucket.war /opt/gitbucket.war RUN ln -s /gitbucket /root/.gitbucket