Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update node Docker tag to v22
Browse files Browse the repository at this point in the history
| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| docker     | node        | 21.7.3 | 22.8.0 |
| npm        | @types/node | 20.6.2 | 22.5.4 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Sep 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3210518 commit bb515a2
Showing 3 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.3-alpine as compiler
FROM node:22.8.0-alpine as compiler

RUN mkdir -p /usr/local/source
WORKDIR /usr/local/source
@@ -11,7 +11,7 @@ COPY ./src ./src
RUN npm run build


FROM node:21.7.3-alpine
FROM node:22.8.0-alpine
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
21 changes: 16 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",

0 comments on commit bb515a2

Please sign in to comment.