Skip to content

Commit

Permalink
change repo to bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
shanth96 committed Mar 22, 2024
1 parent 5d20c10 commit 4d32a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/lite/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ esac
# Add extra apt repositories for Percona Server and/or Percona XtraBackup.
case "${FLAVOR}" in
mysql57|mysql80|percona57)
echo 'deb http://repo.percona.com/apt buster main' > /etc/apt/sources.list.d/percona.list
echo 'deb http://repo.percona.com/apt bullseye main' > /etc/apt/sources.list.d/percona.list
;;
percona80)
echo 'deb http://repo.percona.com/apt buster main' > /etc/apt/sources.list.d/percona.list
Expand Down

0 comments on commit 4d32a7a

Please sign in to comment.