Skip to content

Commit ea904ff

Browse files
⬆️ Bump php from 8.4.2-apache to 8.4.3-apache
Bumps php from 8.4.2-apache to 8.4.3-apache. --- updated-dependencies: - dependency-name: php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1b6c82 commit ea904ff

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.2-apache
12+
FROM php:8.4.3-apache
1313
ENV APACHE_DOCUMENT_ROOT=/var/www/html/public
1414

1515
RUN apt update && \

0 commit comments

Comments
 (0)