diff --git a/Dockerfile b/Dockerfile index 293f2446..2850fb80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # multi stage to build tube archivist # build python wheel, download and extract ffmpeg, copy into final image -FROM node:22.13.0-alpine AS npm-builder +FROM node:24.14.1-alpine AS npm-builder COPY frontend/package.json frontend/package-lock.json / RUN npm i -FROM node:22.13.0-alpine AS node-builder +FROM node:24.14.1-alpine AS node-builder # RUN npm config set registry https://registry.npmjs.org/ diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 6fa8dec4..8e350348 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -22.13.0 +24.14.1