Bump Ruby to 3.3.4 (#836)

Ruby 3.3.4 has fixes for some regressions in 3.3.3. I don't think it
affects us but still good to upgrade.
This commit is contained in:
Alan Guo Xiang Tan 2024-08-22 12:25:15 +08:00 committed by GitHub
parent 4c58e2b75b
commit 84644fcbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG DEBIAN_RELEASE=bookworm
FROM debian:${DEBIAN_RELEASE}-slim
ARG DEBIAN_RELEASE
ARG RUBY_VERSION=3.3.3
ARG RUBY_VERSION=3.3.4
ENV PG_MAJOR=13 \
RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \
RUSTUP_HOME=/usr/local/rustup \