Skip to content

Commit

Permalink
Update Alpine to 3.19.1 version to fix CVE-2023-6129, CVE-2023-6237 and
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 29, 2024
1 parent 84d7780 commit 906d470
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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



## [1.0.51-r23] · 2024-01-29
[1.0.51-r23]: /../../tree/1.0.51-r23

[Diff](/../../compare/1.0.51-r22...1.0.51-r23)

### Security updated

- [Alpine Linux] 3.19.1: <https://github.com/docker-library/official-images/commit/a5a02e00e489cfaa9dc8056755cd00abe7d0f646>




## [1.0.51-r22] · 2023-12-08
[1.0.51-r22]: /../../tree/1.0.51-r22

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

ARG pure_ftpd_ver=1.0.51
ARG s6_overlay_ver=3.1.6.2
ARG build_rev=22
ARG build_rev=23


# Build and install Pure-FTPd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pure-FTPd Docker image

## Supported tags and respective `Dockerfile` links

- [`1.0.51-r22`, `1.0.51`, `1.0`, `1`, `latest`][201]
- [`1.0.51-r23`, `1.0.51`, `1.0`, `1`, `latest`][201]



Expand Down

0 comments on commit 906d470

Please sign in to comment.