We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7baa2 commit 59a83b4Copy full SHA for 59a83b4
Dockerfile
@@ -1,5 +1,5 @@
1
## Building image ##
2
-FROM ruby:3.0.3-slim-bullseye AS builder
+FROM ruby:3.4.8-slim-trixie AS builder
3
# install build dependencies
4
RUN apt update && apt install make gcc g++ libffi-dev nodejs git -y
5
COPY ./Gemfile /app/Gemfile
0 commit comments