DEV: Bump Ruby to 3.3.3 (#807)

Pulls in some bugfixes which may or may not be affecting us.
This commit is contained in:
Alan Guo Xiang Tan 2024-06-14 08:19:55 +08:00 committed by GitHub
parent 964236a5e8
commit 3bb36df2ad
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=bullseye
FROM debian:${DEBIAN_RELEASE}-slim
ARG DEBIAN_RELEASE
ARG RUBY_VERSION=3.3.2
ARG RUBY_VERSION=3.3.3
ENV PG_MAJOR=13 \
RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \
RUSTUP_HOME=/usr/local/rustup \