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 0255f98 commit 918be6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docker/alpine/Dockerfile
Expand Up @@ -23,9 +23,9 @@ 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
RUN wget https://github.com/ntop/nDPI/archive/3.2.tar.gz
RUN tar xfz 3.2.tar.gz
RUN cd nDPI-3.2 && ./autogen.sh && ./configure && make && make install
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

WORKDIR /netcap
COPY go.mod go.sum ./
Expand Down
6 changes: 3 additions & 3 deletions docker/ubuntu/Dockerfile
Expand Up @@ -16,9 +16,9 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/wand/libflowmanager/cfg/setup/ba
RUN curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/cfg/setup/bash.deb.sh' | bash
RUN apt-get update

RUN wget https://github.com/ntop/nDPI/archive/3.2.tar.gz
RUN tar xfz 3.2.tar.gz
RUN cd nDPI-3.2 && ./autogen.sh && ./configure && make && make install
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

RUN apt install -y liblinear-dev libprotoident libprotoident-dev libprotoident-tools libtrace4-dev libtrace4-tools

Expand Down
2 changes: 1 addition & 1 deletion version.go
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 = "8d8debf6344e1c929f826a9e2862d6b94afbfd37"
var Commit = "0255f989e22e015874d91db5d57096f47808a450"

0 comments on commit 918be6b

Please sign in to comment.