fix: use full ruby image for native extensions
All checks were successful
/ deploy (push) Successful in 50s

This commit is contained in:
fnkit 2026-02-17 17:17:44 +00:00
parent d49781df6b
commit 1ad4c7ba14

View file

@ -1,4 +1,4 @@
FROM ruby:3.2-slim FROM ruby:3.2
LABEL fnkit.fn="true" LABEL fnkit.fn="true"
WORKDIR /app WORKDIR /app
COPY Gemfile ./ COPY Gemfile ./