diff --git a/Dockerfile b/Dockerfile index 0cae3bf..64fba83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7-alpine +FROM ruby:3-alpine3.13 LABEL "com.github.actions.name"="Comment on PR" LABEL "com.github.actions.description"="Leaves a comment on an open PR matching a push event."