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 912bd7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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
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
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 912bd7e

Please sign in to comment.