mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
更新 nodejs 版本
This commit is contained in:
parent
5b3e530201
commit
fdbe9cbd26
|
@ -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