Skip to content

Commit 75eac0f

Browse files
authored
Merge pull request #4904 from brave-intl/renovate/ruby-3-x
chore(deps): update ruby docker tag to v3.4.5
2 parents a7a3614 + 33c69a8 commit 75eac0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure it matches the Ruby version in .ruby-version and Gemfile
2-
ARG RUBY_VERSION=3.4.4
2+
ARG RUBY_VERSION=3.4.5
33
FROM ruby:$RUBY_VERSION
44

55
# Install JavaScript dependencies and libvips for Active Storage

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.4-slim
1+
FROM ruby:3.4.5-slim
22

33
RUN apt-get update -qq && apt-get install -y build-essential software-properties-common
44
RUN apt-get update -qq

0 commit comments

Comments
 (0)