Skip to content

Commit

Permalink
feat(docker): alpine 3.15.0, vsftpd 3.0.5r1
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jan 22, 2022
1 parent 27f5b53 commit ae94c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.14.3
FROM alpine:3.15.0
ENV FTP_USER=foo \
FTP_PASS=bar \
GID=1000 \
UID=1000

RUN apk add --no-cache --update \
vsftpd==3.0.4-r0
vsftpd==3.0.5-r1

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

0 comments on commit ae94c71

Please sign in to comment.