commit
8b0de4ddc0
2 changed files with 8 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
FROM alpine:3.15.0
|
||||
FROM alpine:3.15.1
|
||||
|
||||
LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
||||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
|
||||
# hadolint ignore=DL3059,DL3018
|
||||
RUN apk add --no-cache --upgrade libretls
|
||||
|
||||
COPY vsftpd.pem /etc/ssl/certs/vsftpd.pem
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf /etc/vsftpd/vsftpd.conf
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
FROM alpine:3.15.0
|
||||
FROM alpine:3.15.1
|
||||
|
||||
LABEL maintainer="Amin Vakil <info@aminvakil.com>"
|
||||
|
||||
RUN apk --no-cache add vsftpd=3.0.5-r1
|
||||
|
||||
# hadolint ignore=DL3059,DL3018
|
||||
RUN apk add --no-cache --upgrade libretls
|
||||
|
||||
COPY start_vsftpd.sh /usr/local/bin/start_vsftpd.sh
|
||||
COPY vsftpd.conf_nossl /etc/vsftpd/vsftpd.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue