Skip to content

Commit

Permalink
Update to PHP 8.2, simplify and modernize with newer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 26, 2023
1 parent e2c2fb1 commit db0a2aa
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/php:7.4-fpm AS base
FROM docker.io/php:8.2-fpm AS base

COPY ./public /opt/index/public

Expand Down
Loading

0 comments on commit db0a2aa

Please sign in to comment.