Skip to content

Commit

Permalink
Upgrade s6-overlay to 3.2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 10, 2024
1 parent 09cbc6a commit 10aef82
Show file tree
Hide file tree
Showing 3 changed files with 17 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.51-r25] · 2024-06-10
[1.0.51-r25]: /../../tree/1.0.51-r25

[Diff](/../../compare/1.0.51-r24...1.0.51-r25)

### Upgraded

- [s6-overlay] 3.2.0.0: <https://github.com/just-containers/s6-overlay/releases/tag/v3.2.0.0>




## [1.0.51-r24] · 2024-05-24
[1.0.51-r24]: /../../tree/1.0.51-r24

Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM alpine:3.20

ARG pure_ftpd_ver=1.0.51
ARG s6_overlay_ver=3.1.6.2
ARG build_rev=24
ARG s6_overlay_ver=3.2.0.0
ARG build_rev=25


# Build and install Pure-FTPd
Expand Down Expand Up @@ -88,7 +88,8 @@ RUN apk add --update --no-cache --virtual .tool-deps \

ENV S6_KEEP_ENV=1 \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_CMD_WAIT_FOR_SERVICES=1
S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=5000


COPY rootfs /
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-r24`, `1.0.51`, `1.0`, `1`, `latest`][201]
- [`1.0.51-r25`, `1.0.51`, `1.0`, `1`, `latest`][201]



Expand Down

0 comments on commit 10aef82

Please sign in to comment.