Compare commits

...

2 Commits

Author SHA1 Message Date
NFish
75ae217c46 feat: add build task on release/e-* branch 2026-01-15 11:57:59 +08:00
NFish
62c8707297 fix: update docker nodejs version to 24.13.0,fix nodejs 22 cve 2026-01-15 11:56:40 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ on:
- "main"
- "deploy/dev"
- "deploy/enterprise"
- "release/e-*"
tags:
- "*"

View File

@@ -1,5 +1,5 @@
# base image
FROM node:22-alpine3.21 AS base
FROM node:24-alpine AS base
LABEL maintainer="takatost@gmail.com"
# if you located in China, you can use aliyun mirror to speed up