Skip to content

Commit 80b82d4

Browse files
committedApr 21, 2022
Fix Node.js version to build docker image
1 parent b735a61 commit 80b82d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-slim
1+
FROM node:14-slim
22

33
LABEL maintainer="Orta Therox"
44
LABEL "com.github.actions.name"="Danger JS Action"

0 commit comments

Comments
 (0)
Please sign in to comment.