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 f83d9f0 commit a368543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ 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
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 = "984292259a4d95bae97de314e49ec7efeb7f8a93"
var Commit = "f83d9f0f99cb947f636465b2c91917d047e21dc3"

0 comments on commit a368543

Please sign in to comment.