Skip to content

Commit

Permalink
Bump mysql to mysql-apt-config_0.8.29-1_all.deb
Browse files Browse the repository at this point in the history
Bump mysql to mysql-apt-config_0.8.29-1_all.deb.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jan 18, 2024
1 parent 3b2aefb commit 02cbec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fabric-ca-fvt/payload/mysql_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
# Latest mysql download can be found at https://dev.mysql.com/downloads/repo/apt/
# mysql versions and platform support can be found at http://repo.mysql.com/apt/debian/dists/bullseye/ (no arm support)
echo mysql-apt-config mysql-apt-config/select-server select mysql-8.0 | debconf-set-selections
wget https://dev.mysql.com/get/mysql-apt-config_0.8.28-1_all.deb
wget https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
dpkg -i mysql-apt-config_0.8.28-1_all.deb
apt-get update
apt-get install mysql-server -y
Expand Down

0 comments on commit 02cbec8

Please sign in to comment.