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 96f534d commit cb165e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/cfg/setup/bas
RUN apt-get update

# nDPI
RUN apt-get install libjson-c-dev
RUN apt-get install -y libjson-c-dev
RUN wget https://github.com/ntop/nDPI/archive/4.0.tar.gz
RUN tar xfz 4.0.tar.gz
RUN cd nDPI-4.0 && ./autogen.sh && ./configure && make && make install
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 = "bc384b0359d10a33b5a9223fa83dd1edf9a44c98"
var Commit = "96f534d4b42b9c15c4f88077f798d52c152410df"

0 comments on commit cb165e7

Please sign in to comment.