Skip to content

Commit

Permalink
Update PHP version in Dockerfile to php:8.3-fpm-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
navjottomer committed Apr 23, 2024
1 parent 06e4031 commit 99e39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom PHP-FPM image with PHP extensions and Composer
FROM php:8.2-fpm-alpine
FROM php:8.3-fpm-alpine
LABEL maintainer="navjottomer@gmail.com"

# Download script to install PHP extensions and dependencies
Expand Down

0 comments on commit 99e39e2

Please sign in to comment.