diff --git a/Dockerfile b/Dockerfile index f7ef24fa..2e1e5ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container to run functional tests of the extension. -FROM ruby:3.4.9 AS base +FROM ruby:4.0.3 AS base # Configure locale as utf to avoid encoding issues RUN apt-get update && apt-get install -y sudo