Skip to content

Commit 6fc83ea

Browse files
author
Robbert Müller
committedJan 12, 2025
Merge branch 'renovate/node-22.x' into 'main'
⬆️ Updates Node.js to v22.13.0 See merge request pipeline-components/jsonlint!97
2 parents 65b659c + b97e18e commit 6fc83ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
22

3-
FROM node:22.11.0-alpine
3+
FROM node:22.13.0-alpine
44
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]
66
ENV DEFAULTCMD jsonlint

0 commit comments

Comments
 (0)
Please sign in to comment.