Avoid Docker Hub dependency

This commit is contained in:
Kevin McConnell
2025-11-14 13:15:36 +00:00
committed by Mike Dalessio
parent aca00d6218
commit 4b4593dd01
-2
View File
@@ -1,5 +1,3 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.7
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base