Skip to content

Commit ff27de1

Browse files
chore(deps): update mariadb docker tag to v10.11.16 (#34)
1 parent 7f3a785 commit ff27de1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
services:
1515
mariadb:
16-
image: mariadb:10.8.2
16+
image: mariadb:10.11.16
1717
env:
1818
MYSQL_ROOT_PASSWORD: root
1919
MYSQL_DATABASE: nethcti3

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
services:
1212
mariadb:
13-
image: mariadb:10.8.2
13+
image: mariadb:10.11.16
1414
env:
1515
MYSQL_ROOT_PASSWORD: root
1616
MYSQL_DATABASE: nethcti3

0 commit comments

Comments
 (0)