Skip to content

Commit 14268aa

Browse files
committed
Upgrade Pure-FTPd to 1.0.52 version
1 parent a267536 commit 14268aa

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## [1.0.52-r0] · 2024-09-25
10+
[1.0.52-r0]: /../../tree/1.0.52-r0
11+
12+
[Diff](/../../compare/1.0.51-r29...1.0.52-r0)
13+
14+
### Upgraded
15+
16+
- [Pure-FTPd] 1.0.52: <https://github.com/jedisct1/pure-ftpd/blob/1.0.52/ChangeLog#L1-L12>
17+
18+
19+
20+
921
## [1.0.51-r29] · 2024-09-09
1022
[1.0.51-r29]: /../../tree/1.0.51-r29
1123

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# https://hub.docker.com/_/alpine
22
FROM alpine:3.20
33

4-
ARG pure_ftpd_ver=1.0.51
4+
ARG pure_ftpd_ver=1.0.52
55
ARG s6_overlay_ver=3.2.0.0
6-
ARG build_rev=29
6+
ARG build_rev=0
77

88

99
# Build and install Pure-FTPd

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pure-FTPd Docker image
1717

1818
## Supported tags and respective `Dockerfile` links
1919

20-
- [`1.0.51-r29`, `1.0.51`, `1.0`, `1`, `latest`][201]
20+
- [`1.0.52-r0`, `1.0.52`, `1.0`, `1`, `latest`][201]
2121

2222

2323

0 commit comments

Comments
 (0)