Skip to content

Commit e280108

Browse files
committed
Fix an issue with the newer node npm version and unstable lock files
1 parent c39b438 commit e280108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine AS build
1+
FROM node:24.7.0-alpine AS build
22
WORKDIR /app
33
ENV CI=1
44

0 commit comments

Comments
 (0)