Skip to content

Commit 692abe5

Browse files
rak-phillipjandubois
authored andcommitted
Tick steve version
Signed-off-by: phillip_rak <rak.phillip@gmail.com> (cherry picked from commit d3db793)
1 parent 0b3eb2b commit 692abe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download/tools.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default async function main(platform) {
204204
await downloadTarGZ(trivyURL, path.join(actualBinDir, 'trivy'), { expectedChecksum: trivySHA });
205205

206206
// Download Steve
207-
const steveVersion = 'v0.1.0-beta6';
207+
const steveVersion = 'v0.1.0-beta7';
208208
const steveURLBase = `https://github.com/rancher-sandbox/rancher-desktop-steve/releases/download/${ steveVersion }`;
209209
const steveCPU = process.env.M1 ? 'arm64' : 'amd64';
210210
const steveExecutable = `steve-${ kubePlatform }-${ steveCPU }`;

0 commit comments

Comments
 (0)