Prepare the deployment file
Edit the docker-compose.yml located in the <Environment> folder:
Change the image version tag: vn.n.n-win-1809 to the new version. e.g. change from v7.1.1-win-1809 to v7.1.2-win-1809
The image version need to be changed for these services:
rolemanager
onelistserver
comms
diagnostic
onelist
theme
emailapproval (if applicable)
Download the updated image
Open PowerShell console from the folder created in previous step then run following commands.
Login to IQX container registry: docker login -u <username> --password-stdin iqxbusiness.azurecr.io
Pull images: docker-compose pull
Restart OneList application
Run the following command to restart OneList:
docker-compose up -d