Update Dockerfile

This commit is contained in:
Alexandre
2021-02-21 14:54:28 +01:00
committed by GitHub
parent c93e782ef0
commit a01590ee97

View File

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