From f60b9478d0c1d803afd0d4ca30ed0de7601869ee Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Wed, 5 Mar 2025 16:29:48 +0100 Subject: [PATCH] Bump alpine image to support nano and openssh --- config_public_alpine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_public_alpine.js b/config_public_alpine.js index 415f867..4624f7e 100644 --- a/config_public_alpine.js +++ b/config_public_alpine.js @@ -1,5 +1,5 @@ // The root filesystem location -export const diskImageUrl = "wss://disks.webvm.io/alpine_20241109.ext2"; +export const diskImageUrl = "wss://disks.webvm.io/alpine_20250305.ext2"; // The root filesystem backend type export const diskImageType = "cloud"; // Print an introduction message about the technology