remove default buildfrom because openproject doesn't have latest tag

This commit is contained in:
baldarn
2024-05-10 09:36:29 +02:00
parent 2828841143
commit 918ebe989c

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_FROM=openproject/openproject
ARG BUILD_FROM
FROM ${BUILD_FROM}