Skip to content

Commit

Permalink
⬆️ Updates Node.js to v21.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipeline Components Bot committed Mar 11, 2024
1 parent b1c2812 commit 450ab85
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.6.2-alpine
FROM node:21.7.1-alpine
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD stylelint
Expand Down

0 comments on commit 450ab85

Please sign in to comment.