mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 10:44:23 +08:00
Update Dockerfile to use node 22
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# ============================
|
# ============================
|
||||||
# Prepare lint Environment
|
# Prepare lint Environment
|
||||||
FROM node:21-alpine as lint-env
|
FROM node:22-alpine as lint-env
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install --loglevel verbose
|
RUN npm install --loglevel verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user