From 3fffa02bec258852d0a24fe94d35e027fe686e1f Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 4 Jul 2026 16:38:58 +0200 Subject: [PATCH] build: pin Grav core 2.0.4 and add admin2/api/flex-objects to plugins.txt Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU --- Dockerfile | 2 +- docker-compose.yml | 2 +- plugins.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ceb046..68084a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM getgrav/grav -RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.0-rc.10/grav-admin-v2.0.0-rc.10.zip' \ +RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.4/grav-admin-v2.0.4.zip' \ -o /tmp/grav-admin.zip \ && unzip -q /tmp/grav-admin.zip -d /tmp \ && cp -rf /tmp/grav-admin/assets /var/www/html/ \ diff --git a/docker-compose.yml b/docker-compose.yml index 50194c9..4e06171 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: build: . container_name: intotheeast_grav environment: - - GRAV_CHANNEL=beta + - GRAV_CHANNEL=production - APACHE_RUN_USER=#1000 - APACHE_RUN_GROUP=#1000 ports: diff --git a/plugins.txt b/plugins.txt index 127924c..842ddec 100644 --- a/plugins.txt +++ b/plugins.txt @@ -5,3 +5,6 @@ login problems add-page-by-form shortcode-gallery-plusplus +api +admin2 +flex-objects