docker-library / ghost

Docker Official Image packaging for Ghost
https://hub.docker.com/_/ghost
MIT License
738 stars 313 forks source link

Just a question about newest ghost version. #334

Closed paulknulst closed 2 years ago

paulknulst commented 2 years ago

As the Ghost development team cares about updating to a new version would it be sufficient to change

ENV GHOST_VERSION 5.14.2

to

ENV GHOST_VERSION 5.16

to update my ghost blog to the current version?

yosifkit commented 2 years ago

If you want to build your own images, sure. The images here should get automatic updates to newer versions, but the CI was stuck during testing on a change in how ghost handles a get request for // (https://github.com/docker-library/ghost/issues/335 and https://github.com/docker-library/official-images/pull/13233).

yosifkit commented 2 years ago

See also: https://github.com/docker-library/ghost#see-a-change-merged-here-that-doesnt-show-up-on-docker-hub-yet

https://github.com/docker-library/official-images/pull/13237

paulknulst commented 2 years ago

Thank you very much for that information :) Thanks for updating the image.