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