Skip to content

Commit

Permalink
Uplift mysql to 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 28, 2024
1 parent 812e707 commit 988d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-resources/compose/containers/stroom-all-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'
services:

stroom-all-dbs:
image: "${MYSQL_DOCKER_REPO:-mysql}:${MYSQL_TAG:-8.0.40}"
image: "${MYSQL_DOCKER_REPO:-mysql}:${MYSQL_TAG:-8.4.3}"
container_name: stroom-all-dbs
ports:
- "3307:3306"
Expand Down

0 comments on commit 988d62e

Please sign in to comment.