Merge pull request #25 from aminvakil/alpine

Bump alpine and vsftpd
This commit is contained in:
Amin Vakil 2022-11-26 13:11:56 +03:30 committed by GitHub
commit 43967db7df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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