Skip to content

Commit

Permalink
Update FrankenPHP.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Feb 5, 2024
1 parent db56e44 commit 0e6e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN composer install \
&& composer clear-cache \
&& php artisan storage:link

ADD --chown=${NON_ROOT_USER}:${NON_ROOT_USER} https://github.com/dunglas/frankenphp/releases/download/v1.0.3/frankenphp-linux-x86_64 ./frankenphp
ADD --chown=${NON_ROOT_USER}:${NON_ROOT_USER} https://github.com/dunglas/frankenphp/releases/download/v1.1.0/frankenphp-linux-x86_64 ./frankenphp

RUN chmod +x /usr/local/bin/start-container frankenphp

Expand Down

0 comments on commit 0e6e218

Please sign in to comment.