diff --git a/Dockerfile b/Dockerfile index 145b4b0..10c0092 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM alpine:3.16.3 +FROM alpine:3.17.0 ENV FTP_USER=foo \ FTP_PASS=bar \ GID=1000 \ UID=1000 RUN apk add --no-cache --update \ - vsftpd==3.0.5-r1 + vsftpd==3.0.5-r2 COPY [ "/src/vsftpd.conf", "/etc" ] COPY [ "/src/docker-entrypoint.sh", "/" ]