Bump to Ruby 3.4.1 (#1721)

This commit is contained in:
Zach Gollwitzer
2025-01-27 19:59:16 -05:00
committed by GitHub
parent 8256d116dd
commit d428a1f954
4 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.3.5
ARG RUBY_VERSION=3.4.1
FROM ruby:${RUBY_VERSION}-slim-bullseye
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \