-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update base docker image to alpine 3.20 #688
Conversation
Updating base docker image to alpine 3.20
Hey @vladaurosh , I had to rollback to 3.19 as I was getting this error:
seems like PHP is not available by default? |
Ah I see, they've removed softlink /usr/bin/php -> php82, for some reason. I'll fix that. |
And I see why they did that. With every new php release, previous release doesn't get symlink created. Latest php version is php 8.3 . Do you think netalertx would work with php 8.3 or needs to be 8.2? |
Just did a quick test with php 8.3 and it worked, though I've noticed couple of syntax warnings:
Hopefully this is easy to fix. I'll make new PR. |
Thanks for the help 🙏- this seems to be a python issue - logged it and will have a look at it after the PR. |
just FYI there are some hard links to php82 if you search the source code |
Wasn't able to find any references to php82 @jokob-sk |
I can see you found them :) Thank you! |
Ah, that was misunderstanding then. I thought you were referring to applicatiob source code files, not docker setup related ones. |
As alpine linux version 3.20 is out, updating base docker image.