chore: default Cloudron base to 5.0.0; parameterize template with __CLOUDRON_BASE__ and --base option

This commit is contained in:
2025-09-12 14:20:20 -05:00
parent 8bb6d00b0f
commit 02057f7815
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM cloudron/base:4.2.0
FROM cloudron/base:__CLOUDRON_BASE__
# Metadata labels (edit as needed)
LABEL org.opencontainers.image.title="__APP_TITLE__"
@@ -36,4 +36,3 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 \
CMD curl -fsS http://127.0.0.1:${APP_PORT}/ || exit 1
CMD ["/app/pkg/start.sh"]