diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 0308ac2..b15e80a 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21 +FROM node:22 ENV THELOUNGE_HOME "/var/opt/thelounge" VOLUME "${THELOUNGE_HOME}" diff --git a/yanius/Dockerfile b/yanius/Dockerfile index b6715eb..1a3158f 100644 --- a/yanius/Dockerfile +++ b/yanius/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21 +FROM node:22 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app