Skip to content

Commit

Permalink
Add v24.0 to docker install url opts
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
  • Loading branch information
rak-phillip authored and Rancher Dashboard Port Bot committed Apr 18, 2024
1 parent 3caf928 commit 03fb017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/shared/addon/components/form-engine-opts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export default Component.extend({
} catch (_err) {}

let out = [
{
label: 'v24.0.x',
value: 'https://releases.rancher.com/install-docker/24.0.sh'
},
{
label: 'v23.0.x',
value: 'https://releases.rancher.com/install-docker/23.0.sh'
Expand Down

0 comments on commit 03fb017

Please sign in to comment.