Skip to content

Commit

Permalink
Update Ruby from 2.7 to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-k committed Jan 24, 2024
1 parent 6c9d149 commit 924a71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -10,4 +10,4 @@ LABEL "com.github.actions.color"="black"
RUN gem install octokit

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 924a71e

Please sign in to comment.