Skip to content

Commit

Permalink
Upgrade Pure-FTPd to 1.0.52 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 25, 2024
1 parent a267536 commit 434e8e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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.52-r0] · 2024-09-25
[1.0.52-r0]: /../../tree/1.0.52-r0

[Diff](/../../compare/1.0.51-r29...1.0.52-r0)

### Upgraded

- [Pure-FTPd] 1.0.52: <https://github.com/jedisct1/pure-ftpd/blob/1.0.52/ChangeLog#L1-L12>




## [1.0.51-r29] · 2024-09-09
[1.0.51-r29]: /../../tree/1.0.51-r29

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# https://hub.docker.com/_/alpine
FROM alpine:3.20

ARG pure_ftpd_ver=1.0.51
ARG pure_ftpd_ver=1.0.52
ARG s6_overlay_ver=3.2.0.0
ARG build_rev=29
ARG build_rev=0


# Build and install Pure-FTPd
Expand All @@ -30,7 +30,7 @@ RUN apk update \
# Download and prepare Pure-FTPd sources
&& curl -fL -o /tmp/pure-ftpd.tar.gz \
https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${pure_ftpd_ver}.tar.gz \
&& (echo "8048e41cbe3d982807f3e4594776c65b0918d8782389b40f38a4505facad8bb4e2e62b042c69ad6fff637ea53ec1bd7839577b0e5d70c00f7261c764c34f579c /tmp/pure-ftpd.tar.gz" \
&& (echo "d3aa87e0e9beca464f5dc23ea86835ba42a8bb57120e8c0a4cd975925aed850a442766c1ef605e563d6c61a37967b4f283ababb991493327ce6f0a1749aae01a /tmp/pure-ftpd.tar.gz" \
| sha512sum -c -) \
&& tar -xzf /tmp/pure-ftpd.tar.gz -C /tmp/ \
&& cd /tmp/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-r29`, `1.0.51`, `1.0`, `1`, `latest`][201]
- [`1.0.52-r0`, `1.0.52`, `1.0`, `1`, `latest`][201]



Expand Down

0 comments on commit 434e8e2

Please sign in to comment.