Skip to content

Commit 8ef17fc

Browse files
committed
Update docker image name in shell scripts
1 parent 5f89e65 commit 8ef17fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ exec docker run \
2929
-e "HOSTGID=`id -g`" \
3030
-v "`pwd`:/work" \
3131
-v "$HOME:/home/hostuser" \
32-
wtanaka/alpine-37-uid-npm \
32+
cliwrap/npm \
3333
/usr/bin/node "$@"

npm

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ exec docker run \
2929
-e "HOSTGID=`id -g`" \
3030
-v "`pwd`:/work" \
3131
-v "$HOME:/home/hostuser" \
32-
wtanaka/alpine-37-uid-npm \
32+
cliwrap/npm \
3333
/usr/bin/npm "$@"

0 commit comments

Comments
 (0)