Skip to content

Commit ec36eb2

Browse files
committed
fix: update arm docker base to node 24
1 parent da64dcd commit ec36eb2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
363363

364364
- name: Notify Telegram Channel
365-
uses: appleboy/telegram-action@v0.1.1
365+
uses: appleboy/telegram-action@v1.0.1
366366
with:
367367
to: ${{ secrets.TELEGRAM_TO }}
368368
token: ${{ secrets.TELEGRAM_TOKEN }}
@@ -384,7 +384,7 @@ jobs:
384384
# needs: [release]
385385

386386
# steps:
387-
# - uses: actions/checkout@v4
387+
# - uses: actions/checkout@v6
388388

389389
# - name: Set Version Variables
390390
# run: |

dev/build-arm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =========================
22
# --- BUILD NPM MODULES ---
33
# =========================
4-
FROM node:20-alpine AS build
4+
FROM node:24-alpine AS build
55

66
RUN apk add yarn g++ make cmake python3 --no-cache
77

@@ -16,7 +16,7 @@ RUN yarn patch-package
1616
# ===============
1717
# --- Release ---
1818
# ===============
19-
FROM node:20-alpine
19+
FROM node:24-alpine
2020
LABEL maintainer="requarks.io"
2121

2222
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \

0 commit comments

Comments
 (0)