Skip to content

Commit

Permalink
Merge pull request #12 from codebtech/dependabot/docker/php-8.3-cli
Browse files Browse the repository at this point in the history
Bump php from 8.2-cli to 8.3-cli
  • Loading branch information
m0hanraj authored May 31, 2024
2 parents 0362f0e + f64effb commit 02552aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official PHP 8.2 image from Docker Hub
FROM php:8.2-cli
FROM php:8.3-cli

# Install Xdebug extension
RUN pecl install xdebug && docker-php-ext-enable xdebug
Expand Down

0 comments on commit 02552aa

Please sign in to comment.