Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Dockerfile #57

wants to merge 1 commit into from

Conversation

jsavikko
Copy link

@jsavikko jsavikko commented Jul 13, 2022

When using the Github action, the build of Dockerfile fails with following error:

ERROR: Error installing octokit:
The last version of octokit (>= 0) to support your Ruby & RubyGems was 4.25.1. Try installing it with gem install octokit -v 4.25.1
octokit requires Ruby version >= 2.7.0. The current ruby version is 2.6.0.0.

The following commit fixes the build failure by defining octokit version (as also pumps up the version of ruby parent image) .

- update parent image to ruby:3-alpine3.16
- define octokit version to fix build error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant