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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') 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"] -- cgit v1.2.3