Skip to content

Commit

Permalink
Bump arp-scan from 1.9.5 to 1.9.6 in /base (#63)
Browse files Browse the repository at this point in the history
Bumps arp-scan from 1.9.5 to 1.9.6 to fix an issue with libpcap and not generating any output.
  • Loading branch information
cyberjunky authored and pvizeli committed Oct 30, 2019
1 parent 7eac22a commit 1552056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN apk add --no-cache \
&& rm -rf /usr/src/ssocr

# arp-scan
ARG ARPSCAN_VERSION=1.9.5
ARG ARPSCAN_VERSION=1.9.6
RUN apk add --no-cache \
libpcap \
&& apk add --no-cache --virtual .build-dependencies \
Expand Down

0 comments on commit 1552056

Please sign in to comment.