Skip to content

Commit a844401

Browse files
authored
fix: pin container file to node 24 (#758)
jwt token has a dependency that breaks in node 25 node:slim will always point to the latest node version, which is currently 25 nodejs/node#58211 Azure/azure-sdk-for-js#34243
1 parent d2702ca commit a844401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:slim
1+
FROM node:24-slim
22

33
WORKDIR /usr/src/mockpass
44

0 commit comments

Comments
 (0)