diff --git a/compose.yml b/compose.yml index d192f5f4d..d50a8ee89 100644 --- a/compose.yml +++ b/compose.yml @@ -16,7 +16,7 @@ services: context: ./ dockerfile: docker/databases/mysql/Dockerfile args: - - VERSION=${MYSQL_VERSION:-8.0.41} + - VERSION=${MYSQL_VERSION:-oraclelinux9} ports: - "3306:3306" environment: diff --git a/docker/databases/mysql/Dockerfile b/docker/databases/mysql/Dockerfile index 69c3f20e8..e5549e2ea 100644 --- a/docker/databases/mysql/Dockerfile +++ b/docker/databases/mysql/Dockerfile @@ -1,3 +1,3 @@ -ARG VERSION=8.4.5 +ARG VERSION=oraclelinux9 -FROM mysql:${VERSION}-bookworm AS base \ No newline at end of file +FROM mysql:${VERSION} AS base \ No newline at end of file