Skip to content

Commit

Permalink
v4.2.17 (#141)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base image
* Removing del force
  • Loading branch information
bfren authored Oct 18, 2024
1 parent 4fab870 commit 8250512
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.9
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.12

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-ftps"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.16
4.2.17
2 changes: 1 addition & 1 deletion overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main [] {

# cleanup
bf write "Cleaning up default vsftpd and SSL files."
bf del force /etc/vsftpd/* /etc/ssl/private
rm --force --recursive /etc/vsftpd/* /etc/ssl/private

bf write "Linking SSL directories."
^ln -s /ssl /etc/ssl/private
Expand Down
2 changes: 1 addition & 1 deletion overlay/usr/bin/bf/healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main [] {
let code = { ^lftp -c $"open -u ($user),($pass) ($ip) && put -E ($lfile)" } | bf handle -c

# remove temporary files
bf del force $lfile $rfile
rm --force $lfile $rfile

# exit using check code
exit $code
Expand Down

0 comments on commit 8250512

Please sign in to comment.