mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-22 18:21:34 +00:00
chore(deps): update mariadb docker tag to v11.1.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fc6855c651
commit
4620950027
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:
|
||||
mariadb:
|
||||
# renovate: datasource=docker depName=mariadb
|
||||
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8
|
||||
image: mariadb:11.1.2@sha256:5d851e999b84625ef9810589e832686cae58453452698ee69e2980041e626eb2
|
||||
env:
|
||||
MYSQL_USER: hedgedoc
|
||||
MYSQL_PASSWORD: hedgedoc
|
||||
|
|
Loading…
Reference in a new issue