Skip to content

Commit 8d8a7fc

Browse files
Update node Docker tag to v25
| datasource | package | from | to | | ---------- | ----------- | -------- | ------ | | docker | node | 24.13.1 | 25.6.1 | | npm | @types/node | 24.10.13 | 25.2.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5e7ad7 commit 8d8a7fc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.13.1-alpine AS compiler
1+
FROM node:25.6.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:24.13.1-alpine
14+
FROM node:25.6.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: 4 additions & 4 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": "^30.0.0",
22-
"@types/node": "^24.8.0",
22+
"@types/node": "^25.0.0",
2323
"@types/webpack": "^5.28.0",
2424
"@typescript-eslint/eslint-plugin": "^8.46.1",
2525
"@typescript-eslint/parser": "^8.46.1",

0 commit comments

Comments
 (0)