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:
parent
964236a5e8
commit
3bb36df2ad
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue