Skip to content

Commit

Permalink
Bump MySQL Shell version in Docker image to 8.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ltangvald committed Dec 7, 2021
1 parent e22fbe9 commit 87b0d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MYSQL_REPO_URL="http://repo.mysql.com"
MYSQL_OPERATOR_PYTHON_DEPS="mysql-operator-python-deps"
MYSQL_OPERATOR_PYTHON_DEPS_VERSION="3.9.5"
MYSQL_SHELL_VERSION=8.0.26
MYSQL_SHELL_VERSION=8.0.28
if [ -n "${1}" ]; then
MYSQL_REPO_URL="${1}"
fi
Expand Down

0 comments on commit 87b0d1c

Please sign in to comment.