Skip to content

Commit

Permalink
Merge pull request #5147 from nwmac/add-docker-261
Browse files Browse the repository at this point in the history
Swap out docker install URL 26.0 to 26.1
  • Loading branch information
nwmac committed Jun 13, 2024
2 parents a7ddae6 + 8b0b509 commit 236316c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shared/addon/components/form-engine-opts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default Component.extend({

let out = [
{
label: 'v26.0.x',
value: 'https://releases.rancher.com/install-docker/26.0.sh'
label: 'v26.1.x',
value: 'https://releases.rancher.com/install-docker/26.1.sh'
},
{
label: 'v25.0.x',
Expand Down

0 comments on commit 236316c

Please sign in to comment.