Merge pull request 'Update node Docker tag to v22' (#13) from renovate/node-22.x into main
📦 Publish Docker Container / build (push) Successful in 21s Details
--> 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 (push) Successful in 32s Details

Reviewed-on: #13
This commit is contained in:
Chase 2024-04-27 01:59:03 +00:00
commit 06dd57be9b
1 changed files with 1 additions and 1 deletions

View File

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