build from upstream

This commit is contained in:
Alexandre
2021-02-21 08:38:19 +01:00
parent a7138045f5
commit 9d0ec76c82
14 changed files with 30 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
ARG BUILD_VERSION
FROM "hurlenko/filebrowser:v2.11.0"
ARG BUILD_UPSTREAM="2.11.0"
FROM hurlenko/filebrowser:${BUILD_UPSTREAM}
RUN apk add --no-cache \
curl \