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.
1 parent acd0796 commit 8330f3bCopy full SHA for 8330f3b
Dockerfile
@@ -1,6 +1,6 @@
1
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
2
3
-FROM node:12.19.0-alpine
+FROM node:12.19.1-alpine
4
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
6
ENV DEFAULTCMD eslint
0 commit comments