Skip to content

Commit

Permalink
Merge branch 'renovate/node-22.x' into 'main'
Browse files Browse the repository at this point in the history
⏫ Updates Node.js to v22

See merge request pipeline-components/tslint!166
  • Loading branch information
Robbert Müller committed Nov 22, 2024
2 parents 69d9dae + a354a05 commit 7e80532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint

FROM node:21.7.3-alpine
FROM node:22.11.0-alpine
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD tslint
Expand Down

0 comments on commit 7e80532

Please sign in to comment.