Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3lingo
rescheduled 🗓️
Commits
52883b03
Verified
Commit
52883b03
authored
2 months ago
by
Felix Eckhofer
Browse files
Options
Downloads
Patches
Plain Diff
Help renovate find the version it needs to update for ruby
parent
2bcdff52
No related branches found
No related tags found
No related merge requests found
Pipeline
#36856
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
renovate.json
+1
-1
1 addition, 1 deletion
renovate.json
with
2 additions
and
1 deletion
Dockerfile
+
1
−
0
View file @
52883b03
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=docker depName=registry.docker.com/library/ruby
ARG
RUBY_VERSION=3.3.6
FROM
registry.docker.com/library/ruby:$RUBY_VERSION-slim
AS
base
...
...
This diff is collapsed.
Click to expand it.
renovate.json
+
1
−
1
View file @
52883b03
...
...
@@ -16,7 +16,7 @@
"mcr.microsoft.com/devcontainers/ruby"
,
"registry.docker.com/library/ruby"
],
"groupName"
:
"ruby
-updates
"
"groupName"
:
"ruby"
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment