Bump vsftpd 3.0.5-r2
(cherry picked from commit c246b8b30ffd81bfe552a35825d1eb0c2639e165)
This commit is contained in:
parent
adeee4d3c9
commit
4550b7480b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM alpine:3.17.0
|
|||
|
||||
LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
||||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r2
|
||||
|
||||
COPY vsftpd.pem /etc/ssl/certs/vsftpd.pem
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:3.17.0
|
|||
|
||||
LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
||||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r2
|
||||
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf_nossl /etc/vsftpd/vsftpd.conf
|
||||
|
|
Loading…
Reference in a new issue