Fix php version in dockerfile
All checks were successful
Push image to registry / build-image (push) Successful in 8m1s

This commit is contained in:
2025-06-03 19:35:11 +02:00
parent 5522195438
commit e6c6ab98fd

View File

@ -36,7 +36,7 @@ RUN mkdir -p public/build/ && npm i && npm run build
# ========================================
# RUN
FROM php:8.2-alpine AS final
FROM php:8.3-alpine AS final
ARG APP_ENV_FILE=.env.docker