mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-08 15:06:08 +08:00
更新 nodejs 版本
This commit is contained in:
parent
069b1eb25d
commit
7323be4699
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20-slim AS nodebuilder
|
||||
FROM node:22-slim AS nodebuilder
|
||||
|
||||
FROM python:3.10-slim-bookworm AS builder
|
||||
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20-slim AS nodebuilder
|
||||
FROM node:22-slim AS nodebuilder
|
||||
|
||||
FROM python:3.11-slim-bookworm AS builder
|
||||
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user