Skip to content

Commit bd46951

Browse files
Bump php from 8.3-cli to 8.4-cli
Bumps php from 8.3-cli to 8.4-cli. --- updated-dependencies: - dependency-name: php dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c14f5d commit bd46951

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
@@ -1,5 +1,5 @@
11
# Use the official PHP 8.2 image from Docker Hub
2-
FROM php:8.3-cli
2+
FROM php:8.4-cli
33

44
# Install Xdebug extension
55
RUN pecl install xdebug && docker-php-ext-enable xdebug

0 commit comments

Comments
 (0)