Skip to content

Commit 546ecfc

Browse files
chore(deps): update mysql docker tag
1 parent fb02c57 commit 546ecfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/mysql-performance-config/versions/8.0.40/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.4.7
1+
FROM mysql:9.5.0
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/8.4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:8.4
1+
FROM mysql:9.5
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/9.1.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:9.1
1+
FROM mysql:9.5
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)