Skip to content

Commit

Permalink
Update Alpine to 3.17.2 version to fix CVE-2023-0286 (and friends)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 13, 2023
1 parent 5b3065b commit 7150259
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 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.93-r4] · 2023-02-13
[7.93-r4]: /../../tree/7.93-r4

[Diff](/../../compare/7.93-r3...7.93-r4)

### Security updated

- [Alpine Linux] 3.17.2: <https://github.com/docker-library/official-images/commit/5819aa56167e9874ef65e35da8277dc71b3ecee6>




## [7.93-r3] · 2023-01-10
[7.93-r3]: /../../tree/7.93-r3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.17

ARG nmap_ver=7.93
ARG build_rev=3
ARG build_rev=4


# Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions 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.93-r3`, `7.93`, `7`, `latest`][201]
- [`7.93-r4`, `7.93`, `7`, `latest`][201]



Expand Down Expand Up @@ -58,7 +58,7 @@ docker run --rm -it --entrypoint nping instrumentisto/nmap scannme.nmap.org



## Image versions
## Image tags

This image is based on the popular [Alpine Linux project][1], available in [the alpine official image][2]. [Alpine Linux][1] is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

Expand All @@ -83,7 +83,7 @@ This is a multi-platform image.

Concrete `N` image revision tag of the concrete `X.Y` Nmap version.

Once build, it's never updated.
Once built, it's never updated.

This is a multi-platform image.

Expand All @@ -92,7 +92,7 @@ This is a multi-platform image.

Concrete `N` image revision tag of the concrete `X.Y` Nmap version on the concrete `os` and `arch`.

Once build, it's never updated.
Once built, it's never updated.

This is a single-platform image.

Expand Down

0 comments on commit 7150259

Please sign in to comment.