diff --git a/Dockerfile b/Dockerfile index e7d8137..68c39cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.6-alpine +FROM nginx:1.29.7-alpine RUN apk update && apk add --no-cache arp-scan=1.10.0-r2 COPY scan.sh entry.sh / RUN chmod +x /*.sh