diff options
bump
| -rw-r--r-- | src/routes/distro-info.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/distro-info.ts b/src/routes/distro-info.ts index d5978c6..aafcd0f 100644 --- a/src/routes/distro-info.ts +++ b/src/routes/distro-info.ts @@ -10,14 +10,14 @@ export const architecture = 'x86_64'; export const versions = { alpine: { - number: '3.23.2', + number: '3.23.3', isEdge: false, }, kernel: { - id: '6.18.5-0-lts', + id: '6.18.19-0-lts', humanReadable: 'Linux lts', }, - openrc: '0.55.1.ba16daf355', + openrc: '0.63', busybox: '1.37.0', }; export const tty = 'tty1'; |