mirror of
https://github.com/vxcontrol/kali-linux-image.git
synced 2026-07-01 10:05:27 -04:00
fix: update Go version in Dockerfile from 1.24.4 to 1.24.7
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ RUN apt update && \
|
||||
|
||||
# Install Go for extra tools
|
||||
RUN ARCH=$(dpkg --print-architecture) && \
|
||||
wget -O go.tar.gz "https://go.dev/dl/go1.24.4.linux-${ARCH}.tar.gz" && \
|
||||
wget -O go.tar.gz "https://go.dev/dl/go1.24.7.linux-${ARCH}.tar.gz" && \
|
||||
tar -C /usr/local -xzf go.tar.gz && \
|
||||
rm go.tar.gz && \
|
||||
mkdir -p /root/go/bin /root/go/src /root/go/pkg
|
||||
|
||||
Reference in New Issue
Block a user