Add npm to the node image and upgrade to nodejs-current
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-08-16 12:03:01 -07:00
parent 1d224f278b
commit f2b4e9902a
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main
- https://dl-cdn.alpinelinux.org/alpine/edge/community
packages:
- busybox
- nghttp2
- nodejs
- nodejs-current
- npm
accounts:
groups:

View File

@ -2,6 +2,6 @@
set -e
apko publish \
--sbom=false \
--package-version-tag=nodejs \
--package-version-tag=nodejs-current \
apko.yaml \
gitea.elara.ws/elara6331/node:latest