Bump vsftpd 3.0.5-r2

(cherry picked from commit c246b8b30ffd81bfe552a35825d1eb0c2639e165)
This commit is contained in:
Amin Vakil 2022-11-25 18:12:56 +03:30
parent adeee4d3c9
commit 4550b7480b
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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