feat(docker): alpine 3.15.0, vsftpd 3.0.5r1
This commit is contained in:
parent
27f5b5361d
commit
ae94c71a53
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
FROM alpine:3.14.3
|
FROM alpine:3.15.0
|
||||||
ENV FTP_USER=foo \
|
ENV FTP_USER=foo \
|
||||||
FTP_PASS=bar \
|
FTP_PASS=bar \
|
||||||
GID=1000 \
|
GID=1000 \
|
||||||
UID=1000
|
UID=1000
|
||||||
|
|
||||||
RUN apk add --no-cache --update \
|
RUN apk add --no-cache --update \
|
||||||
vsftpd==3.0.4-r0
|
vsftpd==3.0.5-r1
|
||||||
|
|
||||||
COPY [ "/src/vsftpd.conf", "/etc" ]
|
COPY [ "/src/vsftpd.conf", "/etc" ]
|
||||||
COPY [ "/src/docker-entrypoint.sh", "/" ]
|
COPY [ "/src/docker-entrypoint.sh", "/" ]
|
||||||
|
|
Loading…
Reference in a new issue