Update Node.js to v21
This commit is contained in:
parent
9c1effc9ee
commit
1ee879a5ad
|
@ -1,4 +1,4 @@
|
|||
image: node:20
|
||||
image: node:21
|
||||
|
||||
variables:
|
||||
NODE_ENV: test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20 as build
|
||||
FROM node:21 as build
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20
|
||||
FROM node:21
|
||||
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y inotify-tools &&\
|
||||
|
|
Loading…
Reference in New Issue