Skip to content

Commit 2cc772a

Browse files
author
Code Dx Build
committed
feat: update to v2024.9.5 and v1.36.0
1 parent 94a3e84 commit 2cc772a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose-external-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
version: '2'
1919
services:
2020
codedx-tomcat:
21-
image: codedx/codedx-tomcat:v2024.9.4.1
21+
image: codedx/codedx-tomcat:v2024.9.5
2222
environment:
2323
DB_URL: "jdbc:mysql://db-hostname/srmdb?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
2424
DB_DRIVER: "com.mysql.jdbc.Driver"

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
version: '2'
1919
services:
2020
codedx-db:
21-
image: codedx/codedx-mariadb:v1.35.0
21+
image: codedx/codedx-mariadb:v1.36.0
2222
environment:
2323
MARIADB_ROOT_PASSWORD: "root"
2424
MARIADB_DATABASE: "codedx" # a password with a single quote is unsupported
2525
MARIADB_EXTRA_FLAGS: "--optimizer_search_depth=0 --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --lower_case_table_names=1"
2626
volumes:
2727
- codedx-database-volume:/bitnami/mariadb
2828
codedx-tomcat:
29-
image: codedx/codedx-tomcat:v2024.9.4.1
29+
image: codedx/codedx-tomcat:v2024.9.5
3030
environment:
3131
DB_URL: "jdbc:mysql://codedx-db/codedx?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
3232
DB_DRIVER: "com.mysql.jdbc.Driver"

0 commit comments

Comments
 (0)