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