Open
Description
Hi,
There are multiple security issues with the new 4.42.1 image.
I created the new image with the following docker file
FROM eclipse-temurin:17
ADD https://github.com/gitbucket/gitbucket/releases/download/4.42.1/gitbucket.war /opt/gitbucket.war
RUN ln -s /gitbucket /root/.gitbucket
VOLUME /gitbucket
Port for web page and Port for SSH access to git repository (Optional)
EXPOSE 8080 29418
CMD ["sh", "-c", "java -jar /opt/gitbucket.war"]
added the scan json below
Metadata
Metadata
Assignees
Labels
No labels