Skip to content

Commit b60d5d2

Browse files
author
Code Dx Build
committed
feat: update to v5.4.13
1 parent ab00563 commit b60d5d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To configure, edit the `docker-compose.yml` codedx-tomcat section to look like:
4646

4747
```yaml
4848
codedx-tomcat:
49-
image: codedx/codedx-tomcat:v5.4.12
49+
image: codedx/codedx-tomcat:v5.4.13
5050
environment:
5151
- DB_URL=jdbc:mysql://codedx-db/codedx
5252
- 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:v5.4.12
21+
image: codedx/codedx-tomcat:v5.4.13
2222
environment:
2323
- DB_URL=jdbc:mysql://codedx-db/codedx
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:v5.4.12
25+
image: codedx/codedx-tomcat:v5.4.13
2626
environment:
2727
- DB_URL=jdbc:mysql://codedx-db/codedx
2828
- DB_DRIVER=com.mysql.jdbc.Driver

0 commit comments

Comments
 (0)