diff --git a/Dockerfile b/Dockerfile index 734f02fe..f229cf51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.11-alpine AS build +FROM node:23.8-alpine AS build ENV NODE_VERSION=22.11.0 WORKDIR /app @@ -17,7 +17,7 @@ RUN npm run build RUN npm prune --production -FROM node:23.0-alpine +FROM node:23.8-alpine LABEL org.opencontainers.image.title="OpenSlides Authentication Service" LABEL org.opencontainers.image.description="Service for OpenSlides which handles the authentication of users." diff --git a/Dockerfile.dev b/Dockerfile.dev index d2cc5b8d..15c84b59 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM node:22.11-alpine +FROM node:23.8-alpine ENV NODE_VERSION=22.11.0 WORKDIR /app diff --git a/Dockerfile.test b/Dockerfile.test index 0f4a36d3..5b91665f 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM node:22.11-alpine +FROM node:23.8-alpine ENV NODE_VERSION=22.11.0 # Install python3.8