fix: Restore base

This commit is contained in:
Ryan W
2023-05-04 14:04:19 -07:00
parent 81870fae37
commit abe4c4f322
+1 -1
View File
@@ -2,7 +2,7 @@
ARG RUBY_VERSION=3.2.2 ARG RUBY_VERSION=3.2.2
FROM ruby:${RUBY_VERSION}-slim FROM ruby:${RUBY_VERSION}-slim as base
WORKDIR /rails WORKDIR /rails