Skip to content

Commit

Permalink
Regression: Use exact Node version on micro services Docker images (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Apr 25, 2022
1 parent 4ab08d2 commit 463d1ca
Showing 1 changed file with 2 additions and 2 deletions.
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:14 as build
FROM node:14.18.3 as build

WORKDIR /app

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

FROM node:14-alpine
FROM node:14.18.3-alpine

ARG SERVICE

Expand Down

0 comments on commit 463d1ca

Please sign in to comment.