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 e91df0b commit 286f43bCopy full SHA for 286f43b
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.0/gitbucket.war /opt/gitbucket.war
+ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.1/gitbucket.war /opt/gitbucket.war
6
7
RUN ln -s /gitbucket /root/.gitbucket
8
0 commit comments