Skip to content

Commit

Permalink
[Automated] Merge 5.x into master (#167)
Browse files Browse the repository at this point in the history
* fix(docker-monolithic): add stop_grace_period (#162)

* fix(linux): update mysql apt repo to 0.8.29 (#166)

---------

Co-authored-by: Kieran <[email protected]>
  • Loading branch information
github-actions[bot] and bytestream authored Jan 4, 2024
1 parent 92a6a2f commit 41a8e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ install_mysql() {
debconf-set-selections <<< "mysql-server mysql-server/root_password password ${root_password}"
debconf-set-selections <<< "mysql-server mysql-server/root_password_again password ${root_password}"

wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.26-1_all.deb
wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
dpkg -i mysql-apt-config.deb && apt-get update
rm mysql-apt-config.deb
fi
Expand Down

0 comments on commit 41a8e80

Please sign in to comment.