Bump ruby version to 3.3.5 (#1402)

This commit is contained in:
Luis Ezcurdia
2024-11-05 10:05:08 -06:00
committed by GitHub
parent c3400856c7
commit 18266c3352
4 changed files with 5 additions and 5 deletions

View File

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