Skip to content

Commit

Permalink
feat: update to v2024.12.1 and v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Code Dx Build committed Jan 14, 2025
1 parent b3b9306 commit a48d0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.12.0
image: codedx/codedx-tomcat:v2024.12.1
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
version: '2'
services:
codedx-db:
image: codedx/codedx-mariadb:v1.36.0
image: codedx/codedx-mariadb:v1.37.0
environment:
MARIADB_ROOT_PASSWORD: "root"
MARIADB_DATABASE: "codedx" # a password with a single quote is unsupported
MARIADB_EXTRA_FLAGS: "--optimizer_search_depth=0 --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --lower_case_table_names=1"
volumes:
- codedx-database-volume:/bitnami/mariadb
codedx-tomcat:
image: codedx/codedx-tomcat:v2024.12.0
image: codedx/codedx-tomcat:v2024.12.1
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 a48d0aa

Please sign in to comment.