Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
更新到最新版nexttrace
  • Loading branch information
tsosunchia authored Dec 11, 2023
1 parent ee003c8 commit bdd907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk update && apk add --no-cache git

# 克隆NEXTTRACE源代码并编译
WORKDIR /build
RUN git clone --branch v1.1.7-3-2 --depth 1 https://github.com/nxtrace/Ntrace-V1.git . && \
RUN git clone --branch v1.2.7 --depth 1 https://github.com/nxtrace/Ntrace-V1.git . && \
go clean -modcache && \
go mod download && \
go build -o nexttrace .
Expand Down

0 comments on commit bdd907d

Please sign in to comment.