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 286f43b commit 7c04374Copy full SHA for 7c04374
Dockerfile
@@ -2,7 +2,7 @@ FROM eclipse-temurin:17
2
3
LABEL maintainer="Naoki Takezoe <takezoe [at] gmail.com>"
4
5
-ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.1/gitbucket.war /opt/gitbucket.war
+ADD https://github.com/gitbucket/gitbucket/releases/download/4.43.0/gitbucket.war /opt/gitbucket.war
6
7
RUN ln -s /gitbucket /root/.gitbucket
8
0 commit comments