Skip to content

Commit

Permalink
⬆️ Updates node Docker tag to v12.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2020
1 parent 323ebb9 commit 05b187a
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.2.0 as entrypoint

FROM node:12.19.1-alpine
FROM node:12.20.0-alpine
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD jsonlint
Expand Down

0 comments on commit 05b187a

Please sign in to comment.