Skip to content

Commit

Permalink
v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Aug 22, 2021
1 parent f1389b3 commit 5d662cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu-nodpi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN go build -mod=readonly ${TAGS} -ldflags "-s -w -X github.com/dreadl0ck/netca
FROM ubuntu:18.04
ARG IPV6_SUPPORT=true
RUN apt-get update
RUN apt install -y libpcap-dev software-properties-common ca-certificates liblzo2-2 libkeyutils-dev git-lfs
RUN apt install -y --fix-missing libpcap-dev software-properties-common ca-certificates liblzo2-2 libkeyutils-dev git-lfs
RUN update-ca-certificates
WORKDIR /netcap
COPY --from=builder /netcap/bin/* /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM ubuntu:18.04
ARG IPV6_SUPPORT=true

RUN apt-get update
RUN apt install -y libpcap-dev software-properties-common ca-certificates liblzo2-2 libkeyutils-dev
RUN apt install -y --fix-missing libpcap-dev software-properties-common ca-certificates liblzo2-2 libkeyutils-dev
RUN update-ca-certificates

WORKDIR /netcap
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.1"

// Commit is the git commit id of the current version.
var Commit = "096af25fdc9eb494671a4e874bd29dffb278c459"
var Commit = "f1389b3bcafefac9786a7d9f8bd792cddbcb4029"

0 comments on commit 5d662cb

Please sign in to comment.