mirror of
https://github.com/requarks/wiki.git
synced 2026-08-17 16:24:47 -05:00
fix: update arm docker base to node 24
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user