Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 16, 2024
1 parent 524e178 commit 7987a93
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 20.9.0
node-version: 20.15.1
cache-modules: true
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 20.9.0
node-version: 20.15.1
cache-modules: true
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 20.9.0
node-version: 20.15.1
cache-modules: true
install: true

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-bullseye-slim
FROM node:20.15.1-bullseye-slim

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-bullseye-slim
FROM node:20.15.1-bullseye-slim

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine3.18
FROM node:20.15.1-alpine

ENV LANG=C.UTF-8

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:20.9.0 as build
FROM node:20.15.1 as build

WORKDIR /app

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

FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.15.1-alpine

ARG SERVICE

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
"engines": {
"yarn": "3.5.0",
"node": "20.9.0",
"node": "20.15.1",
"npm": "Use yarn instead"
},
"packageManager": "[email protected]",
Expand All @@ -54,7 +54,7 @@
]
},
"volta": {
"node": "20.9.0",
"node": "20.15.1",
"yarn": "1.22.18"
},
"resolutions": {
Expand Down

0 comments on commit 7987a93

Please sign in to comment.