Skip to content

Commit b60bd54

Browse files
author
Code Dx Build
committed
feat: update to v5.4.8
1 parent 3e3ef27 commit b60bd54

2 files changed

Lines changed: 2 additions & 2 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.7
49+
image: codedx/codedx-tomcat:v5.4.8
5050
environment:
5151
- DB_URL=jdbc:mysql://codedx-db/codedx
5252
- 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.7
25+
image: codedx/codedx-tomcat:v5.4.8
2626
environment:
2727
- DB_URL=jdbc:mysql://codedx-db/codedx
2828
- DB_DRIVER=com.mysql.jdbc.Driver

0 commit comments

Comments
 (0)