Skip to content

Commit

Permalink
Merge branch 'renovate/node-21.x' into 'master'
Browse files Browse the repository at this point in the history
⬆️ Updates Node.js to v21.6.0

See merge request pipeline-components/eslint!341
  • Loading branch information
Robbert Müller committed Jan 17, 2024
2 parents ce4bff8 + 4d46e12 commit caa9be6
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.1.0-alpine
FROM node:21.6.0-alpine
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD eslint
Expand Down

0 comments on commit caa9be6

Please sign in to comment.