Attempt to fix prod build from having to update every time

This commit is contained in:
Max Wofford 2025-03-30 22:04:27 -04:00
parent 65b61dc241
commit 1a2a6dd168

View file

@ -9,7 +9,7 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.1
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
FROM docker.io/library/ruby:$RUBY_VERSION AS base
# Rails app lives here
WORKDIR /rails