Skip to content

Commit 49e560b

Browse files
fix: pin node version to 20-alpine to resolve yarn not found
1 parent 5f5e35d commit 49e560b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

33
WORKDIR /usr/app
44

0 commit comments

Comments
 (0)