Skip to content

Commit 631a0c4

Browse files
d-gubertggazzo
authored andcommitted
Use alpine 3.20 to build images for monolith
1 parent a8e871b commit 631a0c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/meteor/.docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.16.0-alpine3.21
1+
FROM node:22.16.0-alpine3.20
22

33
LABEL maintainer="buildmaster@rocket.chat"
44

apps/meteor/ee/server/services/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN yarn install
2727
RUN yarn workspace @rocket.chat/core-typings run build \
2828
&& yarn workspace @rocket.chat/rest-typings run build
2929

30-
FROM node:22.16.0-alpine3.21
30+
FROM node:22.16.0-alpine3.20
3131

3232
ARG SERVICE
3333

0 commit comments

Comments
 (0)