Skip to content

Commit

Permalink
Merge pull request docker#439 from thaJeztah/deprecate_ubuntu_23.10
Browse files Browse the repository at this point in the history
add deprecation warning for Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024)
  • Loading branch information
vvoland authored Jul 24, 2024
2 parents 7bfc22c + 5f7139b commit 0d6f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ do_install() {
ubuntu.bionic|ubuntu.xenial|ubuntu.trusty)
deprecation_notice "$lsb_dist" "$dist_version"
;;
ubuntu.lunar|ubuntu.kinetic|ubuntu.impish|ubuntu.hirsute|ubuntu.groovy|ubuntu.eoan|ubuntu.disco|ubuntu.cosmic)
ubuntu.mantic|ubuntu.lunar|ubuntu.kinetic|ubuntu.impish|ubuntu.hirsute|ubuntu.groovy|ubuntu.eoan|ubuntu.disco|ubuntu.cosmic)
deprecation_notice "$lsb_dist" "$dist_version"
;;
fedora.*)
Expand Down

0 comments on commit 0d6f72e

Please sign in to comment.