Skip to content

Commit

Permalink
Update mysql Docker tag to v8.4 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 21926be commit 26ecfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/otel-collector/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version: "3.9"
services:
mysql:
image: mysql:8.3
image: mysql:8.4
environment:
- MYSQL_ROOT_PASSWORD=otel_password
- MYSQL_DATABASE=db
Expand Down
2 changes: 1 addition & 1 deletion example/stdout/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version: "3.9"
services:
mysql:
image: mysql:8.3
image: mysql:8.4
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit 26ecfd2

Please sign in to comment.