Avoid Docker Hub dependency
This commit is contained in:
committed by
Mike Dalessio
parent
aca00d6218
commit
4b4593dd01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user