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

chore(deps): update ruby docker tag to v3.2
This commit is contained in:
Johan Haals
2023-05-24 13:08:31 +02:00
committed by GitHub
@@ -1,4 +1,4 @@
FROM ruby:3.0
FROM ruby:3.2
RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client git && \