Skip to content

Commit 63eccc0

Browse files
Update node Docker tag to v24
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | docker | node | 21.7.3 | 24.4.1 | | npm | @types/node | 20.6.2 | 24.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 026cc55 commit 63eccc0

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.7.3-alpine AS compiler
1+
FROM node:24.4.1-alpine AS compiler
22

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

1313

14-
FROM node:21.7.3-alpine
14+
FROM node:24.4.1-alpine
1515
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
1616
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
1717
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

package-lock.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^29.2.0",
22-
"@types/node": "^20.0.0",
22+
"@types/node": "^24.0.0",
2323
"@types/webpack": "^5.28.0",
2424
"@typescript-eslint/eslint-plugin": "^5.41.0",
2525
"@typescript-eslint/parser": "^5.41.0",

0 commit comments

Comments
 (0)