Skip to content

Commit 6ad0706

Browse files
authored
Fix issue with alpine 3.11 (#106)
1 parent cd349d5 commit 6ad0706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apk add --no-cache \
4444
libxslt \
4545
mariadb-connector-c \
4646
mpc1 \
47-
mpfr3 \
47+
mpfr4 \
4848
net-tools \
4949
nmap \
5050
openssh-client \
@@ -80,7 +80,7 @@ RUN apk add --no-cache \
8080
&& rm -rf /usr/src/ssocr
8181

8282
# arp-scan
83-
ARG ARPSCAN_VERSION=1.9.6
83+
ARG ARPSCAN_VERSION=1.9.7
8484
RUN apk add --no-cache \
8585
libpcap \
8686
&& apk add --no-cache --virtual .build-dependencies \

0 commit comments

Comments
 (0)