Skip to content

Commit b8fa1da

Browse files
committed
Make our docker file use node 20
1 parent 1d3521e commit b8fa1da

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,4 +1,4 @@
1-
FROM node:18-slim as base
1+
FROM node:20-slim as base
22

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

0 commit comments

Comments
 (0)