diff --git a/node/apko.yaml b/node/apko.yaml index 44d319b..e306898 100644 --- a/node/apko.yaml +++ b/node/apko.yaml @@ -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: diff --git a/node/build.sh b/node/build.sh index 53dc748..630b810 100755 --- a/node/build.sh +++ b/node/build.sh @@ -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