chore: add support for alpine linux

rpp-main
nelson 10 months ago committed by rebuilt
parent a6793d03e4
commit 82f0c9f769

@ -283,6 +283,8 @@ GEM
nio4r (2.7.4) nio4r (2.7.4)
nokogiri (1.18.2-x86_64-linux-gnu) nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
@ -495,6 +497,7 @@ GEM
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
activerecord-import activerecord-import

@ -2,7 +2,7 @@
"name": "app", "name": "app",
"description": "School quality framework", "description": "School quality framework",
"engines": { "engines": {
"node": "18.x" "node": "22.x"
}, },
"private": "true", "private": "true",
"dependencies": { "dependencies": {

Loading…
Cancel
Save