From 2ed13e817e56e34e21bf1be4295e473554bbc39b Mon Sep 17 00:00:00 2001 From: bvf Date: Mon, 12 Apr 2021 15:27:46 +0100 Subject: [PATCH] just install the latest version --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 797af98..cb31e18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,7 @@ WORKDIR / COPY LICENSE README.md / -RUN apk --no-cache add \ - lftp=4.8.4-r2 +RUN apk --no-cache add lftp COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]