Image tags in docker-compose.yml for version 4.8.3

Just got aware that there seems to be a mismatch between some image tags in the current docker-compose.yml file on github and the image tags in the Release Announcement for version 4.8.3:

  • elasticsearch: announced to be updated to 7.17.24, but 7.17.22 is installed
  • PostgreSQL: update to 14.13-alpine3.20, but 14.12 is installed
  • RabbitMQ: update to 3.13.7 announced, but compose installs 3.13.4

Manual fixing of the tags in the docker-compose.yml file and running docker compose pull will update the images to the versions in the announcement.

The synchronization with the master branch seems to have failed. I performed it manually and the correct Docker Compoae file should now be published. Thanks!

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.