Skip to content

Commit a63c598

Browse files
⬆️ Upgrade php Docker tag to v8.4.8
1 parent f1838b6 commit a63c598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /usr/src/trwl
99
RUN composer install --ignore-platform-reqs --no-interaction --no-progress --no-suggest --optimize-autoloader
1010
RUN php artisan optimize
1111

12-
FROM php:8.4.7-apache
12+
FROM php:8.4.8-apache
1313
ENV APACHE_DOCUMENT_ROOT=/var/www/html/public
1414

1515
RUN apt update && \

0 commit comments

Comments
 (0)