fix: node version update from 18 to 20
This commit is contained in:
parent
3ab959c682
commit
89603bb2d6
7 changed files with 18 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine
|
||||
FROM node:20-alpine
|
||||
RUN apk add --no-cache libc6-compat
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue