Update Alpine from 3.10 to 3.13.

This commit is contained in:
Johannes Lauffer 2021-01-16 21:33:37 +01:00
parent 8cc82e3b0f
commit 706c399c35

View file

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.13
RUN apk --no-cache add vsftpd
COPY start_vsftpd.sh /bin/start_vsftpd.sh