Update Docker base image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 5s

Fixes the bug with Ruby on Apple silicon
This commit is contained in:
Râu Cao 2024-08-12 10:34:02 +02:00
parent 8cc2c9554f
commit e08ea64f47
Signed by: raucao
GPG Key ID: 37036C356E56CC51

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"]