commit
43967db7df
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM alpine:3.16.3
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
FROM alpine:3.16.3
|
||||
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