Skip to content

Commit

Permalink
Upgrade Pure-FTPd to 1.0.50 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 1, 2021
1 parent 1d8cc85 commit 3d79848
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.50-r0] · 2021-01-25
[1.0.50-r0]: /../../tree/1.0.50-r0

[Diff](/../../compare/1.0.49-r10...1.0.50-r0)

### Upgraded

- [Pure-FTPd] 1.0.50: <https://github.com/jedisct1/pure-ftpd/releases/tag/1.0.50>




## [1.0.49-r10] · 2021-11-25
[1.0.49-r10]: /../../tree/1.0.49-r10

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.15

ARG pure_ftpd_ver=1.0.49
ARG pure_ftpd_ver=1.0.50
ARG s6_overlay_ver=2.2.0.3
ARG build_rev=10
ARG build_rev=0

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/pure-ftpd-docker-image"
Expand Down Expand Up @@ -33,7 +33,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 "7e7d4c81c5237624051bde53db6d9abcbae565a4e8a88627d81d369064b475f4b56305c105ed275264cce068844caad25b2014f41e2540058553222151fe3af8 /tmp/pure-ftpd.tar.gz" \
&& (echo "d790253fe82a3d83534afd80f5ac9a6995ef4e89f5226cede273f944acc97dccf0275d62f1d5bd056130ed4613f5704ee2746cd6357581e45ea2d730f254afac /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.49-r10`, `1.0.49`, `1.0`, `1`, `latest`][201]
- [`1.0.50-r0`, `1.0.50`, `1.0`, `1`, `latest`][201]



Expand Down

0 comments on commit 3d79848

Please sign in to comment.