add php 8.3

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-08 11:08:20 +01:00
parent 711d378baa
commit 16ff4c4db9
9 changed files with 94 additions and 22 deletions

View File

@@ -106,7 +106,8 @@ ENV PUID=0 \
CLEAN=true \
FULLCLEAN=false \
PHP81=false \
PHP82=false
PHP82=false \
PHP83=false
WORKDIR /app
ENTRYPOINT ["tini", "--", "start.sh"]