Update Node version in Dockerfile
This commit is contained in:
parent
8383bce459
commit
ea439abfda
@ -1,4 +1,4 @@
|
||||
FROM node:16 as builder
|
||||
FROM node:20 as builder
|
||||
|
||||
WORKDIR /web
|
||||
COPY ./VERSION .
|
||||
|
Loading…
Reference in New Issue
Block a user