Skip to content

Commit 665649e

Browse files
committed
Upgrade Alpine to 3.21 version
1 parent 71f6238 commit 665649e

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

44
ARG pure_ftpd_ver=1.0.52
55
ARG s6_overlay_ver=3.2.0.2
6-
ARG build_rev=1
6+
ARG build_rev=2
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-r1`, `1.0.52`, `1.0`, `1`, `latest`][201]
20+
- [`1.0.52-r2`, `1.0.52`, `1.0`, `1`, `latest`][201]
2121

2222

2323

0 commit comments

Comments
 (0)