Skip to content

Commit 64aaba5

Browse files
author
Code Dx Build
committed
feat: update to v2023.8.0 and v1.24.0
1 parent a942ce1 commit 64aaba5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can mount your cacerts file by adding a line to the volumes list in the code
4949

5050
```yaml
5151
codedx-tomcat:
52-
image: codedx/codedx-tomcat:v2023.4.8
52+
image: codedx/codedx-tomcat:v2023.8.0
5353
environment:
5454
DB_URL: "jdbc:mysql://codedx-db/codedx"
5555
DB_DRIVER: "com.mysql.jdbc.Driver"
@@ -172,7 +172,7 @@ Update your codedx-tomcat section with SSL and server.xml volume mounts and swit
172172

173173
```yaml
174174
codedx-tomcat:
175-
image: codedx/codedx-tomcat:v2023.4.8
175+
image: codedx/codedx-tomcat:v2023.8.0
176176
environment:
177177
DB_URL: "jdbc:mysql://codedx-db/codedx"
178178
DB_DRIVER: "com.mysql.jdbc.Driver"

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:v2023.4.8
21+
image: codedx/codedx-tomcat:v2023.8.0
2222
environment:
2323
DB_URL: "jdbc:mysql://codedx-db/codedxdb?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
@@ -14,15 +14,15 @@
1414
version: '2'
1515
services:
1616
codedx-db:
17-
image: codedx/codedx-mariadb:v1.23.0
17+
image: codedx/codedx-mariadb:v1.24.0
1818
environment:
1919
MARIADB_ROOT_PASSWORD: "root"
2020
MARIADB_DATABASE: "codedx" # a password with a single quote is unsupported
2121
MARIADB_EXTRA_FLAGS: "--optimizer_search_depth=0 --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --lower_case_table_names=1"
2222
volumes:
2323
- codedx-database-volume:/bitnami/mariadb
2424
codedx-tomcat:
25-
image: codedx/codedx-tomcat:v2023.4.8
25+
image: codedx/codedx-tomcat:v2023.8.0
2626
environment:
2727
DB_URL: "jdbc:mysql://codedx-db/codedx?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
2828
DB_DRIVER: "com.mysql.jdbc.Driver"

0 commit comments

Comments
 (0)