diff --git a/LICENSE.txt b/LICENSE.txt index 7a66735..9785dcc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -5,5 +5,5 @@ If, for any reason, the URI provided in this file to the Software License Agreem This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file. This software uses the following third-party software: -- the mysql image with the tag 9.3.0 from Docker Hub +- the mysql image with the tag 9.5.0 from Docker Hub Third-party software have a different copyright owner and license. \ No newline at end of file diff --git a/README.md b/README.md index 7d548a9..cd61496 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MySQL Port for Superengine -This port uses the `mysql` image which is the ["official" MySQL Docker image](https://hub.docker.com/_/mysql/) with the tag `9.3.0`. The port may be updated to use a newer tag in the future. +This port uses the `mysql` image which is the ["official" MySQL Docker image](https://hub.docker.com/_/mysql/) with the tag `9.5.0`. The port may be updated to use a newer tag in the future. ## Installation diff --git a/compose.yaml.hbs b/compose.yaml.hbs index 83c22ce..f54271e 100644 --- a/compose.yaml.hbs +++ b/compose.yaml.hbs @@ -1,6 +1,6 @@ services: {{app_id}}-mysql: - image: mysql:9.3.0 + image: mysql:9.5.0 restart: always environment: MYSQL_ROOT_PASSWORD: {{entitlements.db-root-password}} diff --git a/manifest.json b/manifest.json index 0a4131f..e1c9d58 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": { "en": "MySQL" }, - "version": "9.3.0-2" + "version": "9.5.0" }, "entitlements": [ {