Skip to content

Commit b4fa164

Browse files
committed
Update Alpine to 3.21.3 version
1 parent b176dab commit b4fa164

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-r5] · 2025-02-17
10+
[1.0.52-r5]: /../../tree/1.0.52-r5
11+
12+
[Diff](/../../compare/1.0.52-r4...1.0.52-r5)
13+
14+
### Security updated
15+
16+
- [Alpine Linux] 3.21.3: <https://github.com/docker-library/official-images/commit/a536b8d448389cbe8691ab77986e2cbaff01005f>
17+
18+
19+
20+
921
## [1.0.52-r4] · 2025-01-09
1022
[1.0.52-r4]: /../../tree/1.0.52-r4
1123

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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=4
6+
ARG build_rev=5
77

88

99
# Build and install Pure-FTPd

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pure-FTPd Docker image
22
======================
33

44
[![Release](https://img.shields.io/github/v/release/instrumentisto/pure-ftpd-docker-image "Release")](https://github.com/instrumentisto/pure-ftpd-docker-image/releases)
5-
[![CI](https://github.com/instrumentisto/pure-ftpd-docker-image/workflows/CI/badge.svg?branch=main "CI")](https://github.com/instrumentisto/pure-ftpd-docker-image/actions?query=workflow%3ACI+branch%3Amain)
5+
[![CI](https://github.com/instrumentisto/pure-ftpd-docker-image/actions/workflows/ci.yml/badge.svg?branch=main "CI")](https://github.com/instrumentisto/pure-ftpd-docker-image/actions?query=workflow%3ACI+branch%3Amain)
66
[![Docker Hub](https://img.shields.io/docker/pulls/instrumentisto/pure-ftpd?label=Docker%20Hub%20pulls "Docker Hub pulls")](https://hub.docker.com/r/instrumentisto/pure-ftpd)
77
[![Uses](https://img.shields.io/badge/uses-s6--overlay-blue.svg "Uses s6-overlay")](https://github.com/just-containers/s6-overlay)
88

@@ -17,7 +17,7 @@ Pure-FTPd Docker image
1717

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

20-
- [`1.0.52-r4`, `1.0.52`, `1.0`, `1`, `latest`][201]
20+
- [`1.0.52-r5`, `1.0.52`, `1.0`, `1`, `latest`][201]
2121

2222

2323

0 commit comments

Comments
 (0)