chore(deps): update ruby docker tag to v3.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-18 01:03:24 +00:00
committed by GitHub
parent ad3fc962e1
commit 493dfefa70
@@ -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 && \