Skip to content

Commit

Permalink
v0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 22, 2022
1 parent a368543 commit de24a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN cd libprotoident-2.0.14-1 && ./bootstrap.sh && ./configure && make && make i
#RUN cd liblinear && make && cp linear.h /usr/local/include && cp linear.o /usr/local/lib && mkdir -p /usr/local/lib/liblinear && cp linear.o /usr/lib/liblinear.o

# nDPI
ENV LD_LIBRARY_PATH /usr/local/lib:/usr/lib:/go
ENV LD_RUN_PATH /usr/local/lib
ENV PKG_CONFIG_PATH /usr/lib/
RUN apk add json-c
RUN wget https://github.com/ntop/nDPI/archive/4.0.tar.gz
RUN tar xfz 4.0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package netcap
var Version = "v0.6.7"

// Commit is the git commit id of the current version.
var Commit = "f83d9f0f99cb947f636465b2c91917d047e21dc3"
var Commit = "a368543d518122612d66b095f6643fc32bd4dbfc"

0 comments on commit de24a7e

Please sign in to comment.