Skip to content

Commit b766808

Browse files
committed
Update Docker image
1 parent 4999470 commit b766808

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## Building image ##
2-
FROM ruby:3.4.8-slim-trixie AS builder
3-
# install build dependencies
1+
FROM ruby:4.0.1-slim-trixie AS builder
2+
43
RUN apt update && apt install make gcc g++ libffi-dev nodejs git -y
54
COPY ./Gemfile /app/Gemfile
65
COPY ./Gemfile.lock /app/Gemfile.lock

0 commit comments

Comments
 (0)