Skip to content

Commit 84644fc

Browse files
authored
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.
1 parent 4c58e2b commit 84644fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/base/slim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG DEBIAN_RELEASE=bookworm
55
FROM debian:${DEBIAN_RELEASE}-slim
66

77
ARG DEBIAN_RELEASE
8-
ARG RUBY_VERSION=3.3.3
8+
ARG RUBY_VERSION=3.3.4
99
ENV PG_MAJOR=13 \
1010
RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \
1111
RUSTUP_HOME=/usr/local/rustup \

0 commit comments

Comments
 (0)