From e22ec469557be52dde780af5f9c255d1cd7791c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:27:13 +0000 Subject: [PATCH] Update ruby Docker tag to v3.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b932aa9fc..4f2d18cc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # The `-v $PWD:/aruba` will make the container pick up any changes to the # code, so you can edit and re-run the tests. -FROM ruby:3.3 +FROM ruby:3.4 # Create aruba user RUN useradd -m -s /bin/bash aruba