diff options
| -rw-r--r-- | Dockerfile | 4 | ||||
| -rw-r--r-- | src/VERSION | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |
