mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-25 00:08:09 +09:00
431aad8b71
The base image tag is a build arg — `ARG RUBY_VERSION` plus `FROM ruby:$RUBY_VERSION-slim` — and Dependabot's docker updater matches literal tags, so this entry has never had anything to propose. It ran green every week and reported nothing, which reads as coverage and isn't. No other repo in the fleet configures a docker ecosystem, and none could: they all either interpolate a variable or pull from the internal registry. Inlining the tag here to buy coverage would make this Dockerfile the outlier instead, against Rails-generated boilerplate. Ruby bumps stay a manual, human-decided step.