Update FRAPPE_BRANCH to version-16

This commit is contained in:
david-loe 2026-02-07 09:57:45 +01:00 committed by GitHub
parent abd0554e65
commit 4de2ce5307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ RUN if [ -n "${APPS_JSON_BASE64}" ]; then \
USER frappe USER frappe
ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_BRANCH=version-16
ARG FRAPPE_PATH=https://github.com/frappe/frappe ARG FRAPPE_PATH=https://github.com/frappe/frappe
RUN export APP_INSTALL_ARGS="" && \ RUN export APP_INSTALL_ARGS="" && \
if [ -n "${APPS_JSON_BASE64}" ]; then \ if [ -n "${APPS_JSON_BASE64}" ]; then \