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 2fced0d commit cafa641Copy full SHA for cafa641
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.2/gitbucket.war /opt/gitbucket.war
+ADD https://github.com/gitbucket/gitbucket/releases/download/4.38.0/gitbucket.war /opt/gitbucket.war
6
7
RUN ln -s /gitbucket /root/.gitbucket
8
0 commit comments