Skip to content

Commit 51f7822

Browse files
authoredApr 22, 2022
Merge pull request #1273 from nikukyugamer/fix/bulding_docker_image
Fix Node.js version to build docker image
2 parents b735a61 + 80b82d4 commit 51f7822

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.