File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v16.16 .0
1+ v22.12 .0
Original file line number Diff line number Diff line change 1- FROM node:16 -alpine as builder
1+ FROM node:22 -alpine as builder
22
33WORKDIR /usr/src/app
44RUN apk add --no-cache git gcc g++ python3 make musl-dev
@@ -7,7 +7,7 @@ COPY package.json yarn.lock ./
77
88RUN yarn install
99
10- FROM node:16 -alpine
10+ FROM node:22 -alpine
1111
1212WORKDIR /usr/src/app
1313
Original file line number Diff line number Diff line change 1- FROM node:16 -alpine as builder
1+ FROM node:22 -alpine as builder
22
33WORKDIR /usr/src/app
44RUN apk add --no-cache git gcc g++ python3 make musl-dev
@@ -11,7 +11,7 @@ COPY . .
1111
1212RUN yarn build
1313
14- FROM node:16 -alpine
14+ FROM node:22 -alpine
1515
1616WORKDIR /usr/src/app
1717
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export default class CloudPaymentsWebhooks {
202202 return ;
203203 }
204204
205- telegram . sendMessage ( `✅ [Billing / Check] All checks passed successfully «${ workspace . name } »` , TelegramBotURLs . Money )
205+ telegram . sendMessage ( `🤗 [Billing / Check] All checks passed successfully «${ workspace . name } »` , TelegramBotURLs . Money )
206206 . catch ( e => console . error ( 'Error while sending message to Telegram: ' + e ) ) ;
207207
208208 HawkCatcher . send ( new Error ( '[Billing / Check] All checks passed successfully' ) , body as any ) ;
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export default {
156156 * Send info to Telegram (non-blocking)
157157 */
158158 telegram
159- . sendMessage ( `✅ [Billing / Compose payment]
159+ . sendMessage ( `👀 [Billing / Compose payment]
160160
161161card link operation: ${ isCardLinkOperation }
162162amount: ${ + plan . monthlyCharge } RUB
You can’t perform that action at this time.
0 commit comments