Skip to content

Commit

Permalink
Upgrade Alpine to 3.18 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 10, 2023
1 parent 404973a commit 14bf8c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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-r6] · 2023-05-10
[7.93-r6]: /../../tree/7.93-r6

[Diff](/../../compare/7.93-r5...7.93-r6)

### Upgraded

- [Alpine Linux] 3.18: <https://www.alpinelinux.org/posts/Alpine-3.18.0-released.html>




## [7.93-r5] · 2023-03-31
[7.93-r5]: /../../tree/7.93-r5

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

ARG nmap_ver=7.93
ARG build_rev=5
ARG build_rev=6


# Install dependencies
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.93-r5`, `7.93`, `7`, `latest`][201]
- [`7.93-r6`, `7.93`, `7`, `latest`][201]



Expand Down

0 comments on commit 14bf8c3

Please sign in to comment.