update maven image

main
ycz 2025-04-11 10:13:48 +08:00
parent 0f6685f9c2
commit 1eca890d65
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
FROM maven:3.8.6-jdk-11 FROM maven:3.9-sapmachine-17
ENV PATH /usr/local/git/bin:$PATH RUN git config --global --add safe.directory '*'
RUN curl -O https://repo.chatmoo.com/pkg/devtools/git-2.31.3.tgz && \
tar xf git-2.31.3.tgz -C /usr/local && rm -f git-2.31.3.tgz && \
git config --global --add safe.directory '*'