DEV: Bump Ruby to 3.3.8

https://github.com/ruby/ruby/releases/tag/v3_3_8
This commit is contained in:
Alan Guo Xiang Tan 2025-05-28 09:15:35 +08:00
parent 47506fdb43
commit fcd10dd09a
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# VERSION: release
ARG DEBIAN_RELEASE=bookworm
ARG RUBY_VERSION=3.3.7
ARG RUBY_VERSION=3.3.8
FROM discourse/ruby:${RUBY_VERSION}-${DEBIAN_RELEASE}-slim AS builder
ARG DEBIAN_RELEASE