Releases: codedx/srm-docker
Releases · codedx/srm-docker
v1.63.0
v1.62.0
v1.61.0
v1.60.0
v1.59.0
v1.58.0
v1.57.0
v1.56.0
v1.55.0
1.55.0 (2022-11-08)
Upgrade Note
If you're running a codedx-docker release earlier than v1.51.0 and not using an external database, you must upgrade your MariaDB database Docker image to v1.12.0 before installing this version:
1. Run your docker-compose down command
2. Open your docker-compose.yml file
3. Specify codedx/codedx-mariadb:v1.12.0 for your MariaDB database Docker image
4. Save your docker-compose.yml file
5. Run your docker-compose up command
6. Run your docker-compose down command and upgrade to this version (v1.55.0)
Features
- update to v2022.10.2 and v1.15.0 (99c888e)
v1.54.0
1.54.0 (2022-10-25)
Upgrade Note
If you're running a codedx-docker release earlier than v1.51.0 and not using an external database, you must upgrade your MariaDB database Docker image to v1.12.0 before installing this version:
1. Run your docker-compose down command
2. Open your docker-compose.yml file
3. Specify codedx/codedx-mariadb:v1.12.0 for your MariaDB database Docker image
4. Save your docker-compose.yml file
5. Run your docker-compose up command
6. Run your docker-compose down command and upgrade to this version (v1.54.0)
Features
- update to v2022.10.1 and v1.14.0 (963f051)