fix: update arm docker base to node 24

pull/5333/merge
NGPixel 5 days ago
parent da64dcdd03
commit ec36eb2d86
No known key found for this signature in database

@ -362,7 +362,7 @@ jobs:
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
- name: Notify Telegram Channel
uses: appleboy/telegram-action@v0.1.1
uses: appleboy/telegram-action@v1.0.1
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
@ -384,7 +384,7 @@ jobs:
# needs: [release]
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v6
# - name: Set Version Variables
# run: |

@ -1,7 +1,7 @@
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:20-alpine AS build
FROM node:24-alpine AS build
RUN apk add yarn g++ make cmake python3 --no-cache
@ -16,7 +16,7 @@ RUN yarn patch-package
# ===============
# --- Release ---
# ===============
FROM node:20-alpine
FROM node:24-alpine
LABEL maintainer="requarks.io"
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \

Loading…
Cancel
Save