We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4362d77 commit ce9db7eCopy full SHA for ce9db7e
Dockerfile
@@ -2,7 +2,7 @@ FROM openjdk:8-jre
2
3
LABEL maintainer="Naoki Takezoe <takezoe [at] gmail.com>"
4
5
-ADD https://github.com/gitbucket/gitbucket/releases/download/4.37.0/gitbucket.war /opt/gitbucket.war
+ADD https://github.com/gitbucket/gitbucket/releases/download/4.37.1/gitbucket.war /opt/gitbucket.war
6
7
RUN ln -s /gitbucket /root/.gitbucket
8
0 commit comments