From 0cc1c53fa4990e6a61dd511923119e8276d6f4aa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 10 Feb 2025 14:09:51 +0100 Subject: [PATCH] ci: switch to alpine/latest --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 3837b46..97133d1 100644 --- a/.build.yml +++ b/.build.yml @@ -1,5 +1,4 @@ -# TODO switch back to alpine/latest once the "npm install" deadlock is fixed -image: alpine/edge +image: alpine/latest packages: - npm - rsync