Bump vsftpd 3.0.4-r0 in nossl
This commit is contained in:
parent
9226eb3399
commit
3a9a5efbeb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM alpine:3.14.1
|
|||
|
||||
LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
||||
|
||||
RUN apk --no-cache add vsftpd=3.0.3-r6
|
||||
RUN apk --no-cache add vsftpd=3.0.4-r0
|
||||
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf_nossl /etc/vsftpd/vsftpd.conf
|
||||
|
|
Loading…
Reference in a new issue