Skip to content

Commit

Permalink
feat: update to v2024.9.2 and v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Code Dx Build committed Sep 17, 2024
1 parent 90369ac commit a7382b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-external-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: '2'
services:
codedx-tomcat:
image: codedx/codedx-tomcat:v2024.9.0
image: codedx/codedx-tomcat:v2024.9.2
environment:
DB_URL: "jdbc:mysql://db-hostname/srmdb?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
DB_DRIVER: "com.mysql.jdbc.Driver"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
volumes:
- codedx-database-volume:/bitnami/mariadb
codedx-tomcat:
image: codedx/codedx-tomcat:v2024.9.0
image: codedx/codedx-tomcat:v2024.9.2
environment:
DB_URL: "jdbc:mysql://codedx-db/codedx?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
DB_DRIVER: "com.mysql.jdbc.Driver"
Expand Down

0 comments on commit a7382b9

Please sign in to comment.