Update Ruby for Dockerfile/Compose

This commit is contained in:
2024-02-02 14:34:09 +02:00
parent 68c5758ecc
commit 420442c1c0
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:2.7.6
FROM ruby:3.3.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]