Fix php version in dockerfile
All checks were successful
Push image to registry / build-image (push) Successful in 8m1s
All checks were successful
Push image to registry / build-image (push) Successful in 8m1s
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user