Skip to content

Commit 9bad33b

Browse files
chore(deps): update mariadb docker tag to v12
1 parent 9f15c78 commit 9bad33b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/integration/mysql-performance-config/versions

tests/integration/mysql-performance-config/versions/mariadb-10.6.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mariadb:10.11.18
1+
FROM mariadb:12.2.2
22
# Create and set permissions for log directory
33
RUN mkdir -p /var/log/mysql && \
44
chown -R mysql:mysql /var/log/mysql

tests/integration/mysql-performance-config/versions/mariadb-11.4.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mariadb:11.8.7
1+
FROM mariadb:12.2.2
22
# Create and set permissions for log directory
33
RUN mkdir -p /var/log/mysql && \
44
chown -R mysql:mysql /var/log/mysql

0 commit comments

Comments
 (0)