Skip to content

Commit

Permalink
fix mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra committed Aug 15, 2024
1 parent 165ee38 commit 6fe01e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
gql-schema-registry-db:
image: mysql:8
image: mysql:8.2
command: mysqld --default-authentication-plugin=mysql_native_password --skip-mysqlx
environment:
SERVICE_3306_NAME: gql-schema-registry-db
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.perf-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
gql-schema-registry-db:
image: mysql:8
image: mysql:8.2
command: mysqld --default-authentication-plugin=mysql_native_password --skip-mysqlx
environment:
SERVICE_3306_NAME: gql-schema-registry-db
Expand Down

0 comments on commit 6fe01e4

Please sign in to comment.