From abe4c4f3224434d7eda822ccb42860d95cc5f5a3 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Thu, 4 May 2023 14:04:19 -0700 Subject: [PATCH] fix: Restore base --- production.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index 64af6e6..5862fae 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -2,7 +2,7 @@ ARG RUBY_VERSION=3.2.2 -FROM ruby:${RUBY_VERSION}-slim +FROM ruby:${RUBY_VERSION}-slim as base WORKDIR /rails