Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 73e5838 commit e4f3afa
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 @@ -13,7 +13,7 @@
# limitations under the License.
services:
mysql:
image: mysql:8.4
image: mysql:9.0
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 @@ -13,7 +13,7 @@
# limitations under the License.
services:
mysql:
image: mysql:8.4
image: mysql:9.0
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit e4f3afa

Please sign in to comment.