# [Choice] Ruby version: 3.4, 3.3, 3.2
ARG VARIANT="3.4.4"
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
