Upgrade Ruby to 3.3.12 everywhere
CI / Test (pull_request) Failing after 2s

This commit is contained in:
2026-08-09 18:13:31 -06:00
parent 39d9f9b312
commit 31341fb4ce
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.3.4
FROM ruby:3.3.12
SHELL ["/bin/bash", "-o", "pipefail", "-c"]