We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b3c2fb + f36ebb2 commit bd1a1c6Copy full SHA for bd1a1c6
Dockerfile
@@ -1,6 +1,6 @@
1
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
2
3
-FROM node:22.13.1-alpine
+FROM node:22.14.0-alpine
4
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
6
ENV DEFAULTCMD jsonlint
0 commit comments