Skip to content

Commit

Permalink
Reverted ruby version back to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Jun 7, 2024
1 parent 38ac9c8 commit d430e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.0.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM internetee/ruby:3.0.2
FROM internetee/ruby:3.0-buster

RUN apt-get update -y > /dev/null
RUN apt-get install whois -y > /dev/null
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
{
"matchDepTypes": [".ruby-version"],
"addLabels": ["ruby-version"]
"addLabels": ["ruby-version"],
"automerge": false
}
],
"docker": {
Expand Down

0 comments on commit d430e58

Please sign in to comment.