build: ⬆️ bump up to PHP8.3
This commit is contained in:
parent
85fe57ea0c
commit
f560bdc3f0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||
COPY www/composer.* .
|
||||
COPY www/vendor/* vendor/
|
||||
|
||||
FROM php:8.2-apache
|
||||
FROM php:8.3-apache
|
||||
WORKDIR /var/www/html
|
||||
|
||||
COPY --from=0 /app/ ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue