Skip to content
Snippets Groups Projects
Verified Commit 52883b03 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

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
# syntax = docker/dockerfile:1 # syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile # 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 ARG RUBY_VERSION=3.3.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"mcr.microsoft.com/devcontainers/ruby", "mcr.microsoft.com/devcontainers/ruby",
"registry.docker.com/library/ruby" "registry.docker.com/library/ruby"
], ],
"groupName": "ruby-updates" "groupName": "ruby"
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment