Skip to content

Commit 59a83b4

Browse files
committed
Update Docker base image into 3.4
1 parent 0b7baa2 commit 59a83b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Building image ##
2-
FROM ruby:3.0.3-slim-bullseye AS builder
2+
FROM ruby:3.4.8-slim-trixie AS builder
33
# install build dependencies
44
RUN apt update && apt install make gcc g++ libffi-dev nodejs git -y
55
COPY ./Gemfile /app/Gemfile

0 commit comments

Comments
 (0)