fix: use full ruby image for native extensions
All checks were successful
/ deploy (push) Successful in 50s
All checks were successful
/ deploy (push) Successful in 50s
This commit is contained in:
parent
d49781df6b
commit
1ad4c7ba14
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ./
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue