We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4999470 commit b766808Copy full SHA for b766808
Dockerfile
@@ -1,6 +1,5 @@
1
-## Building image ##
2
-FROM ruby:3.4.8-slim-trixie AS builder
3
-# install build dependencies
+FROM ruby:4.0.1-slim-trixie AS builder
+
4
RUN apt update && apt install make gcc g++ libffi-dev nodejs git -y
5
COPY ./Gemfile /app/Gemfile
6
COPY ./Gemfile.lock /app/Gemfile.lock
0 commit comments