Update Dockerfile

This commit is contained in:
Alexandre
2023-08-27 19:55:03 +02:00
committed by GitHub
parent 664c73c90b
commit 7df26787a6

View File

@@ -14,9 +14,10 @@
# 1 Build Image #
#################
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.23.0"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
FROM ${BUILD_FROM}
##################
# 2 Modify Image #