mondediefr / docker-flarum

:speech_balloon: :whale: Docker image of Flarum
https://hub.docker.com/r/mondedie/flarum
MIT License
507 stars 131 forks source link

Is upgrading framework from 1.3.0 to 1.8 as simple as just changing ARG version? #132

Open BorisSimoncic opened 2 months ago

BorisSimoncic commented 2 months ago

In the dockerfile, there is an element "ARG VERSION=v1.3.0"

I changed it so 1.8, rebuilt the image and at the first glance, everything looks good. Is this really it, or can I expect some issues due to this change?

Thanks, Boris