build: pin Grav core 2.0.4 and add admin2/api/flex-objects to plugins.txt
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
This commit is contained in:
+1
-1
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user