Skip to content

Commit

Permalink
feat: ⬆️ Update PHP version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouvat committed Dec 1, 2023
1 parent 37a961b commit 5fc98c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Build with

- HTTP server Nginx 1.25
- PHP 8.2
- PHP 8.3
- Node 20
- PostgreSQL 16 or MariaDB 11

Expand Down
2 changes: 1 addition & 1 deletion docker/php/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.3-cli

# Set working directory
WORKDIR /app/
Expand Down
2 changes: 1 addition & 1 deletion docker/php/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm

# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down

0 comments on commit 5fc98c1

Please sign in to comment.