chore(deps): bump alpine from 3.16.3 to 3.17.0 (#34)

This commit is contained in:
dependabot[bot] 2023-01-01 15:55:50 +00:00 committed by GitHub
parent 257f191551
commit 1664796bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", "/" ]