From a18f4a153a54a65df61b2ddbbc4245c183c780af Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 6 Jan 2026 08:38:38 -0500 Subject: refactor: use php:8-cli --- Dockerfile | 4 ++-- src/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7c472b..f990a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.5.1-cli +FROM php:8-cli RUN apt-get update && apt-get install -y \ pandoc \ @@ -16,4 +16,4 @@ COPY src/ . EXPOSE 8080 -CMD ["php", "-S", "0.0.0.0:8080"] \ No newline at end of file +CMD ["php", "-S", "0.0.0.0:8080"] diff --git a/src/VERSION b/src/VERSION index e7c1ddd..575d4d4 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -2026.01.01-0600 +2026.01.06-0838 -- cgit v1.2.3