Updated Node.js version in Dockerfiles
The Node.js version used in the Dockerfiles has been updated from 20 to 22. This change affects both the main Dockerfile and the web UI Dockerfile.
This commit is contained in:
parent
34db79b3ab
commit
9e52b3bec6
@ -1,4 +1,4 @@
|
||||
FROM node:20 as nodebuilder
|
||||
FROM node:22 AS nodebuilder
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update -y && apt-get install -y git
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:20 as nodebuilder
|
||||
FROM node:22 AS nodebuilder
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update -y && apt-get install -y git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user