Merge pull request #8 from aminvakil/alpine

Bump alpine
This commit is contained in:
Amin Vakil 2022-03-18 17:18:29 +03:30 committed by GitHub
commit 8b0de4ddc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

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

View file

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