Skip to content

Commit 607ed13

Browse files
committed
Dockerfile: Mitigate git vulnerability by disabling symlink support
1 parent d180532 commit 607ed13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ USER opal
143143
FROM common AS server
144144

145145
RUN apt-get update && apt-get install -y openssh-client git && apt-get clean
146+
RUN git config --global core.symlinks false # Mitigate CVE-2024-32002
146147

147148
USER opal
148149

0 commit comments

Comments
 (0)