Skip to content

Commit

Permalink
chore: Update Alpine-node devcontainer feature version to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Jul 3, 2024
1 parent 9f4028e commit f74e590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine-node/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-node",
"id": "alpine-node",
"version": "0.0.12",
"version": "0.0.13",
"description": "Installs node and npm on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-node",
"installsAfter": [
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-node/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ $COREPACK == "true" ]]; then
npm i -g corepack

CURRENT_USER=$(getent passwd 1000 | cut -d: -f1)
su -c "corepack use pnpm@$PNPMVERSION" $CURRENT_USER
su -c "corepack prepare pnpm@$PNPMVERSION --activate" $CURRENT_USER
fi

if [[ -n "$GLOBALPACKAGES" ]]; then
Expand Down

0 comments on commit f74e590

Please sign in to comment.