Skip to content

Commit 73ef19b

Browse files
author
Code Dx Build
committed
feat: update to v2023.4.1 and v1.21.0
1 parent 088d774 commit 73ef19b

3 files changed

Lines changed: 4 additions & 4 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.0
52+
image: codedx/codedx-tomcat:v2023.4.1
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.0
175+
image: codedx/codedx-tomcat:v2023.4.1
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.0
21+
image: codedx/codedx-tomcat:v2023.4.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
volumes:
2323
- codedx-database-volume:/bitnami/mariadb
2424
codedx-tomcat:
25-
image: codedx/codedx-tomcat:v2023.4.0
25+
image: codedx/codedx-tomcat:v2023.4.1
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)