mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update mariadb docker tag to v11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
aa6e420346
commit
5a569a2f25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
# renovate: datasource=docker depName=mariadb
|
# renovate: datasource=docker depName=mariadb
|
||||||
image: mariadb:10.11.4
|
image: mariadb:11.0.2
|
||||||
env:
|
env:
|
||||||
MYSQL_USER: hedgedoc
|
MYSQL_USER: hedgedoc
|
||||||
MYSQL_PASSWORD: hedgedoc
|
MYSQL_PASSWORD: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue