Skip to content

Commit

Permalink
Docker/client: update Nmap version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Jun 20, 2023
1 parent 152fb82 commit 4d727ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get -q update && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Install Nmap using the official RPM package.
ADD https://nmap.org/dist/nmap-7.92-1.x86_64.rpm ./nmap.rpm
ADD https://nmap.org/dist/nmap-7.94-1.x86_64.rpm ./nmap.rpm
RUN apt-get -q update && \
apt-get -qy --no-install-recommends install alien && \
alien ./nmap.rpm && \
Expand Down

0 comments on commit 4d727ba

Please sign in to comment.