From e08ea64f47f0226fdd17455f4d8d078664165eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 12 Aug 2024 10:34:02 +0200 Subject: [PATCH] Update Docker base image Fixes the bug with Ruby on Apple silicon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba6b162..dbc24f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM ruby:3.3.0 +FROM ruby:3.3.4 SHELL ["/bin/bash", "-o", "pipefail", "-c"]