Skip to content

Commit ec3dea6

Browse files
committed
install npm-check-updates
1 parent 88e6573 commit ec3dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from node:22-bookworm
22

33
run apt-get update && apt-get upgrade -y && \
44
apt install -y net-tools sudo gosu && \
5-
npm install -g npm@latest
5+
npm install -g npm@latest npm-check-updates@latest
66

77
user node
88

0 commit comments

Comments
 (0)