Update Node.js to v21

This commit is contained in:
Soapbox Bot 2023-10-20 00:07:16 +00:00
parent 9c1effc9ee
commit 1ee879a5ad
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
image: node:20
image: node:21
variables:
NODE_ENV: test

View file

@ -1,4 +1,4 @@
FROM node:20 as build
FROM node:21 as build
WORKDIR /app
COPY package.json .
COPY yarn.lock .

View file

@ -1,4 +1,4 @@
FROM node:20
FROM node:21
RUN apt-get update &&\
apt-get install -y inotify-tools &&\