aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorkj_sh6042026-01-06 08:38:38 -0500
committerkj_sh6042026-01-06 08:38:38 -0500
commita18f4a153a54a65df61b2ddbbc4245c183c780af (patch)
tree234ab92a331b8224c790d573f7d1477a6780403b /Dockerfile
parent3d5d0f37c2d2aa83fec5d5552c0f8942e3ce5a36 (diff)
refactor: use php:8-cli
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 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"]