Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:24.11.1-alpine3.22 AS build-stage
FROM node:25.2.1-alpine3.22 AS build-stage
RUN npm i -g pnpm
WORKDIR /app
COPY ./frontend/package.json ./frontend/pnpm-lock.yaml ./
Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile.ee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WhoDB Enterprise Edition Dockerfile

# Build frontend with EE modules
from node:24.11.1-alpine3.22 AS build-stage
from node:25.2.1-alpine3.22 AS build-stage
RUN npm i -g pnpm
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from node:24.11.1-alpine3.22 AS builder
from node:25.2.1-alpine3.22 AS builder

WORKDIR /app

Expand Down