chore(deps): bump alpine from 3.16.3 to 3.17.0 (#34)
This commit is contained in:
parent
257f191551
commit
1664796bc6
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
FROM alpine:3.16.3
|
FROM alpine:3.17.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.5-r1
|
vsftpd==3.0.5-r2
|
||||||
|
|
||||||
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