Maybe this is a duplicate of #91, but why don't you build the Docker image by using an argument to the Dockerfile (the Jira Version) that's automatically filled by a bash script, so that the image building process can be automated via a CI with a cronjob?
I'm currently doing it with denysvitali/docker-jira, more specifically in the build.sh script.
Feel free to copy it as per your need. This will avoid the hassle to manually check for a new update on Atlassian's website
Maybe this is a duplicate of #91, but why don't you build the Docker image by using an argument to the Dockerfile (the Jira Version) that's automatically filled by a bash script, so that the image building process can be automated via a CI with a cronjob?
I'm currently doing it with denysvitali/docker-jira, more specifically in the build.sh script.
Feel free to copy it as per your need. This will avoid the hassle to manually check for a new update on Atlassian's website