From f2b4e9902aae2da3656eb88fa002ad71e6041c38 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 16 Aug 2023 12:03:01 -0700 Subject: [PATCH] Add npm to the node image and upgrade to nodejs-current --- node/apko.yaml | 4 +++- node/build.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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