Skip to content

Commit ebb5e8c

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/node-12.x' into 'master'
⬆️ Updates node Docker tag to v12.19.0 See merge request pipeline-components/alex!21
2 parents 65e0897 + a48da30 commit ebb5e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
22

3-
FROM node:12.18.4-alpine
3+
FROM node:12.19.0-alpine
44
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]
66
ENV DEFAULTCMD alex

0 commit comments

Comments
 (0)