diff --git a/Dockerfile b/Dockerfile index e402d71..6191287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM adoptopenjdk:8-jre-hotspot LABEL maintainer="Naoki Takezoe " -ADD https://github.com/gitbucket/gitbucket/releases/download/4.38.4/gitbucket.war /opt/gitbucket.war +ADD https://github.com/gitbucket/gitbucket/releases/download/4.39.0/gitbucket.war /opt/gitbucket.war RUN ln -s /gitbucket /root/.gitbucket