Fix Ruby issue on Apple silicon (without compiling a patched Ruby) #201

Merged
raucao merged 2 commits from chore/update_docker_image into master 2024-08-28 08:12:32 +00:00
Showing only changes of commit e08ea64f47 - Show all commits

View File

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