You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you can arrange docker hub tags with different php versions? cuz when I add modules based on your docker image, I worry that someday the latest image becomes php 8.5
FROM trafex/php-nginx:latest
USER root
RUN apk add --no-cache php84-pecl-redis
USER nobody
Thanks for your job!
The text was updated successfully, but these errors were encountered:
The desc on Docker Hub is still php 8.3 lol
Maybe you can arrange docker hub tags with different php versions? cuz when I add modules based on your docker image, I worry that someday the latest image becomes php 8.5
FROM trafex/php-nginx:latest
USER root
RUN apk add --no-cache php84-pecl-redis
USER nobody
Thanks for your job!
The text was updated successfully, but these errors were encountered: