mirror of
https://github.com/casjaysdevdocker/nodejs
synced 2026-07-22 13:35:40 -04:00
23fac29165
nodejs-18 / release-nodejs-18 (push) Failing after 10m22s
nodejs / release-nodejs (push) Failing after 14m31s
nodejs-23 / release-nodejs-23 (push) Failing after 14m38s
nodejs-22 / release-nodejs-22 (push) Failing after 14m50s
nodejs-20 / release-nodejs-20 (push) Failing after 14m59s
The grep -vF line that appends /usr/local/etc/hosts entries had a duplicate 2>/dev/null redirect after the append operator, which is a no-op but clutters the script. Synced from template. - rootfs/usr/local/bin/entrypoint.sh: remove duplicate 2>/dev/null from grep -vF /etc/hosts append line; bump version to 202606261500-git rootfs/usr/local/bin/entrypoint.sh