Update Ruby for Dockerfile/Compose

This commit is contained in:
Râu Cao 2024-02-02 14:34:09 +02:00
parent 68c5758ecc
commit 420442c1c0
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:2.7.6 FROM ruby:3.3.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]