TrafeX/docker-php-nginx

docker hub tags...

Closed this issue · 1 comments

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!

Image

Hi @fivestone,

Thanks, I've updated the description in Docker Hub 👍

In general it's not recommended to use the latest tag, that can be an unstable version when new features are added.
I recommend to use the tags and upgrade manually so you can also see the changelog.