Update node Docker tag to v21
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (pull_request) Successful in 28s Details

This commit is contained in:
CI 2024-04-26 05:00:22 +00:00
parent e487d4b107
commit f36b8a6376
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:21-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production