mirror of
https://github.com/makeplane/plane.git
synced 2026-05-01 05:29:47 -05:00
fix: node version update from 18 to 20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:20-alpine
|
||||
RUN apk add --no-cache libc6-compat
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user