Skip to content

Commit

Permalink
Merge pull request #5136 from rak-phillip/feature/10806-update-docker…
Browse files Browse the repository at this point in the history
…-url

Add docker 24.0.x support
  • Loading branch information
rak-phillip authored Apr 18, 2024
2 parents b649966 + 5a25283 commit a9ca59c
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 a9ca59c

Please sign in to comment.