Skip to content

Commit 26f9017

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/node-22.15.x' into 'main'
🔼 Updates Node.js to v22.15.1 See merge request pipeline-components/jsonlint!109
2 parents 7de9478 + ea0695e commit 26f9017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.15.0-alpine
3+
FROM node:22.15.1-alpine
44
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]
66
ENV DEFAULTCMD jsonlint

0 commit comments

Comments
 (0)