Skip to content

Commit

Permalink
Revert to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ribeiro committed Dec 11, 2024
1 parent d9e421d commit e9ab8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the php:8.3-fpm-alpine base image
FROM php:8.3-fpm-alpine
# Use the php:8.2-fpm-alpine base image
FROM php:8.2-fpm-alpine

# Set working directory to /var/www/html
WORKDIR /var/www/html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See instructions to run Wallos below.
#### Baremetal

- NGINX or APACHE websever running
- PHP 8.3 with the following modules enabled:
- PHP 8.2 with the following modules enabled:
- curl
- gd
- imagick
Expand Down

0 comments on commit e9ab8df

Please sign in to comment.