Skip to content

Commit

Permalink
feat(docker): alpine v3.14.0, vsftpd v3.0.4r0
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Aug 5, 2021
1 parent ce54f57 commit 7e1a53a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM alpine:3.13.4

FROM alpine:3.14.0
ENV FTP_USER=foo \
FTP_PASS=bar \
GID=1000 \
UID=1000

RUN apk add --no-cache --update \
vsftpd==3.0.3-r6
vsftpd==3.0.4-r0

COPY [ "/src/vsftpd.conf", "/etc" ]
COPY [ "/src/docker-entrypoint.sh", "/" ]
Expand Down

0 comments on commit 7e1a53a

Please sign in to comment.