Skip to content

Commit 4809933

Browse files
chore(deps): update mysql docker tag to v9.3 (#501)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mysql | service | minor | `9.2` -> `9.3` | | mysql | | minor | `9.2` -> `9.3` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-erlang-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 5d16ba2 commit 4809933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
POSTGRES_PASSWORD: postgres
190190
POSTGRES_DB: opentelemetry_ecto_test
191191
mysql:
192-
image: mysql:9.2
192+
image: mysql:9.3
193193
env:
194194
MYSQL_USER: mysql
195195
MYSQL_PASSWORD: mysql

instrumentation/opentelemetry_ecto/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- 5433:5432
1919

2020
mysql:
21-
image: mysql:9.2
21+
image: mysql:9.3
2222
environment:
2323
- MYSQL_USER=mysql
2424
- MYSQL_PASSWORD=mysql

0 commit comments

Comments
 (0)