Skip to content

Commit

Permalink
Upgrade Nmap to 7.95 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 6, 2024
1 parent 510ba96 commit 46a5a1e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [7.95-r0] · 2024-05-06
[7.95-r0]: /../../tree/7.95-r0

[Diff](/../../compare/7.94-r4...7.95-r0)

### Upgraded

- [Nmap] 7.95: <https://nmap.org/changelog.html#7.95>




## [7.94-r4] · 2024-01-29
[7.94-r4]: /../../tree/7.94-r4

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hub.docker.com/_/alpine
FROM alpine:3.19

ARG nmap_ver=7.94
ARG build_rev=4
ARG nmap_ver=7.95
ARG build_rev=0


# Install dependencies
Expand All @@ -18,7 +18,7 @@ RUN apk add --update --no-cache \
# Compile and install Nmap from sources
RUN apk add --update --no-cache --virtual .build-deps \
libpcap-dev lua-dev linux-headers openssl-dev \
autoconf g++ libtool make \
autoconf automake g++ libtool make \
curl \
\
&& curl -fL -o /tmp/nmap.tar.bz2 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Nmap Docker image

## Supported tags and respective `Dockerfile` links

- [`7.94-r4`, `7.94`, `7`, `latest`][201]
- [`7.95-r0`, `7.95`, `7`, `latest`][201]



Expand Down

0 comments on commit 46a5a1e

Please sign in to comment.