aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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"]