Skip to content
Draft
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
4 changes: 2 additions & 2 deletions apps/meteor/.docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ENV LANG=C.UTF-8

Expand All @@ -20,7 +20,7 @@ RUN cd /app/bundle/programs/server \
&& find /app/bundle/programs/server/npm/node_modules -type f -name '*.map' -delete \
&& find /app/bundle/programs/web.browser -type f -name '*.map' -delete

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
4 changes: 2 additions & 2 deletions apps/meteor/ee/server/services/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 as build
FROM node:22.22.2-alpine3.23 as build

WORKDIR /app

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN yarn install
RUN yarn workspace @rocket.chat/core-typings run build \
&& yarn workspace @rocket.chat/rest-typings run build

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/account-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -88,7 +88,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/authorization-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -94,7 +94,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/ddp-streamer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -91,7 +91,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/omnichannel-transcript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -101,7 +101,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/presence-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -89,7 +89,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions ee/apps/queue-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.22.2-alpine3.22 AS builder
FROM node:22.22.2-alpine3.23 AS builder

ARG SERVICE

Expand Down Expand Up @@ -101,7 +101,7 @@ WORKDIR /app/ee/apps/${SERVICE}

RUN yarn workspaces focus --production

FROM node:22.22.2-alpine3.22
FROM node:22.22.2-alpine3.23

ARG SERVICE

Expand Down
Loading