Skip to content

Commit e56083b

Browse files
committed
Upgrade Alpine to 3.22 version
1 parent e73caa7 commit e56083b

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-r8] · 2025-06-02
10+
[1.0.52-r8]: /../../tree/1.0.52-r8
11+
12+
[Diff](/../../compare/1.0.52-r7...1.0.52-r8)
13+
14+
### Upgraded
15+
16+
- [Alpine Linux] 3.22: <https://www.alpinelinux.org/posts/Alpine-3.22.0-released.html>
17+
18+
19+
20+
921
## [1.0.52-r7] · 2025-05-08
1022
[1.0.52-r7]: /../../tree/1.0.52-r7
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
2-
FROM alpine:3.21
2+
FROM alpine:3.22
33

44
ARG pure_ftpd_ver=1.0.52
55
ARG s6_overlay_ver=3.2.1.0
6-
ARG build_rev=7
6+
ARG build_rev=8
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.52-r7`, `1.0.52`, `1.0`, `1`, `latest`][201]
20+
- [`1.0.52-r8`, `1.0.52`, `1.0`, `1`, `latest`][201]
2121

2222

2323

0 commit comments

Comments
 (0)