Skip to content

Commit

Permalink
Merge pull request #32 from 0xAFz/develop
Browse files Browse the repository at this point in the history
Fix workstation images version on picking rocky 8
  • Loading branch information
FoggyMtnDrifter authored May 3, 2024
2 parents 1274743 + f824237 commit b19ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/download/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const DownloadPage = () => {
{
versionName: `${t("cards.defaultImages.x86_64.r8.versionName")}`,
versionId: "rocky-8",
currentVersion: "v9.3",
currentVersion: "v8.9",
plannedEol: `${t("cards.defaultImages.x86_64.r8.plannedEol")}`,
downloadOptions: [
{
Expand Down

0 comments on commit b19ac40

Please sign in to comment.