From 924a71eae51c498433ad76f8ea66404485902ee2 Mon Sep 17 00:00:00 2001 From: Daniel Roussel Date: Wed, 24 Jan 2024 15:48:46 +0100 Subject: [PATCH] Update Ruby from 2.7 to 3.3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb7de0c..7ab95bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7-alpine +FROM ruby:3.3-alpine LABEL "com.github.actions.name"="PR Comment" LABEL "com.github.actions.description"="Leaves a comment on an open PR based on the contents of a file." @@ -10,4 +10,4 @@ LABEL "com.github.actions.color"="black" RUN gem install octokit ADD entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]