We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 65b659c + b97e18e commit 6fc83eaCopy full SHA for 6fc83ea
Dockerfile
@@ -1,6 +1,6 @@
1
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
2
3
-FROM node:22.11.0-alpine
+FROM node:22.13.0-alpine
4
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
6
ENV DEFAULTCMD jsonlint
0 commit comments