diff --git a/Dockerfile b/Dockerfile index 8a8774c..94744df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM ruby:3.2 AS development -# Last digit is needed to get bundler to install the latest. -# Check https://rubygems.org/gems/bundler/versions for the latest version. ARG UNAME=app ARG UID=1000 ARG GID=1000