Merge pull request #28548 from backstage/renovate/ruby-3.x

chore(deps): update ruby docker tag to v3.4
This commit is contained in:
Ben Lambert
2025-02-21 16:42:16 +01:00
committed by GitHub
@@ -1,4 +1,4 @@
FROM ruby:3.3
FROM ruby:3.4
RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client git && \