Skip to content

Commit 02552aa

Browse files
authored
Merge pull request #12 from codebtech/dependabot/docker/php-8.3-cli
Bump php from 8.2-cli to 8.3-cli
2 parents 0362f0e + f64effb commit 02552aa

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.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)