Skip to content

Commit a577e57

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
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.2-cli
2+
FROM php:8.3-cli
33

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

0 commit comments

Comments
 (0)